Trait/Object

com.github.j5ik2o.reactive.aws.cloudwatch.cats

CloudWatchCatsIOClient

Related Docs: object CloudWatchCatsIOClient | package cats

Permalink

trait CloudWatchCatsIOClient extends CloudWatchClient[IO]

Linear Supertypes
CloudWatchClient[IO], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CloudWatchCatsIOClient
  2. CloudWatchClient
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def executionContext: ExecutionContext

    Permalink
  2. abstract val underlying: CloudWatchAsyncClient

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. implicit def cs: ContextShift[IO]

    Permalink
  7. def deleteAlarms(deleteAlarmsRequest: DeleteAlarmsRequest): IO[DeleteAlarmsResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  8. def deleteAnomalyDetector(deleteAnomalyDetectorRequest: DeleteAnomalyDetectorRequest): IO[DeleteAnomalyDetectorResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  9. def deleteDashboards(deleteDashboardsRequest: DeleteDashboardsRequest): IO[DeleteDashboardsResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  10. def deleteInsightRules(deleteInsightRulesRequest: DeleteInsightRulesRequest): IO[DeleteInsightRulesResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  11. def describeAlarmHistory(): IO[DescribeAlarmHistoryResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  12. def describeAlarmHistory(describeAlarmHistoryRequest: DescribeAlarmHistoryRequest): IO[DescribeAlarmHistoryResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  13. def describeAlarmHistoryPaginator(describeAlarmHistoryRequest: DescribeAlarmHistoryRequest): DescribeAlarmHistoryPublisher

    Permalink
  14. def describeAlarmHistoryPaginator(): DescribeAlarmHistoryPublisher

    Permalink
  15. def describeAlarms(): IO[DescribeAlarmsResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  16. def describeAlarms(describeAlarmsRequest: DescribeAlarmsRequest): IO[DescribeAlarmsResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  17. def describeAlarmsForMetric(describeAlarmsForMetricRequest: DescribeAlarmsForMetricRequest): IO[DescribeAlarmsForMetricResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  18. def describeAlarmsPaginator(describeAlarmsRequest: DescribeAlarmsRequest): DescribeAlarmsPublisher

    Permalink
  19. def describeAlarmsPaginator(): DescribeAlarmsPublisher

    Permalink
  20. def describeAnomalyDetectors(describeAnomalyDetectorsRequest: DescribeAnomalyDetectorsRequest): IO[DescribeAnomalyDetectorsResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  21. def describeInsightRules(describeInsightRulesRequest: DescribeInsightRulesRequest): IO[DescribeInsightRulesResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  22. def describeInsightRulesPaginator(describeInsightRulesRequest: DescribeInsightRulesRequest): DescribeInsightRulesPublisher

    Permalink
  23. def disableAlarmActions(disableAlarmActionsRequest: DisableAlarmActionsRequest): IO[DisableAlarmActionsResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  24. def disableInsightRules(disableInsightRulesRequest: DisableInsightRulesRequest): IO[DisableInsightRulesResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  25. def enableAlarmActions(enableAlarmActionsRequest: EnableAlarmActionsRequest): IO[EnableAlarmActionsResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  26. def enableInsightRules(enableInsightRulesRequest: EnableInsightRulesRequest): IO[EnableInsightRulesResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  27. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  30. def getDashboard(getDashboardRequest: GetDashboardRequest): IO[GetDashboardResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  31. def getInsightRuleReport(getInsightRuleReportRequest: GetInsightRuleReportRequest): IO[GetInsightRuleReportResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  32. def getMetricData(getMetricDataRequest: GetMetricDataRequest): IO[GetMetricDataResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  33. def getMetricDataPaginator(getMetricDataRequest: GetMetricDataRequest): GetMetricDataPublisher

    Permalink
  34. def getMetricStatistics(getMetricStatisticsRequest: GetMetricStatisticsRequest): IO[GetMetricStatisticsResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  35. def getMetricWidgetImage(getMetricWidgetImageRequest: GetMetricWidgetImageRequest): IO[GetMetricWidgetImageResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  37. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  38. def listDashboards(): IO[ListDashboardsResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  39. def listDashboards(listDashboardsRequest: ListDashboardsRequest): IO[ListDashboardsResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  40. def listDashboardsPaginator(listDashboardsRequest: ListDashboardsRequest): ListDashboardsPublisher

    Permalink
  41. def listDashboardsPaginator(): ListDashboardsPublisher

    Permalink
  42. def listMetrics(): IO[ListMetricsResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  43. def listMetrics(listMetricsRequest: ListMetricsRequest): IO[ListMetricsResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  44. def listMetricsPaginator(listMetricsRequest: ListMetricsRequest): ListMetricsPublisher

    Permalink
  45. def listMetricsPaginator(): ListMetricsPublisher

    Permalink
  46. def listTagsForResource(listTagsForResourceRequest: ListTagsForResourceRequest): IO[ListTagsForResourceResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  47. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  49. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  50. def putAnomalyDetector(putAnomalyDetectorRequest: PutAnomalyDetectorRequest): IO[PutAnomalyDetectorResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  51. def putCompositeAlarm(putCompositeAlarmRequest: PutCompositeAlarmRequest): IO[PutCompositeAlarmResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  52. def putDashboard(putDashboardRequest: PutDashboardRequest): IO[PutDashboardResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  53. def putInsightRule(putInsightRuleRequest: PutInsightRuleRequest): IO[PutInsightRuleResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  54. def putMetricAlarm(putMetricAlarmRequest: PutMetricAlarmRequest): IO[PutMetricAlarmResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  55. def putMetricData(putMetricDataRequest: PutMetricDataRequest): IO[PutMetricDataResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  56. def setAlarmState(setAlarmStateRequest: SetAlarmStateRequest): IO[SetAlarmStateResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  58. def tagResource(tagResourceRequest: TagResourceRequest): IO[TagResourceResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  59. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  60. def untagResource(untagResourceRequest: UntagResourceRequest): IO[UntagResourceResponse]

    Permalink
    Definition Classes
    CloudWatchCatsIOClient → CloudWatchClient
  61. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from CloudWatchClient[IO]

Inherited from AnyRef

Inherited from Any

Ungrouped