Trait/Object

com.github.j5ik2o.reactive.aws.cloudwatch

CloudWatchAsyncClient

Related Docs: object CloudWatchAsyncClient | package cloudwatch

Permalink

trait CloudWatchAsyncClient extends CloudWatchClient[Future]

See also

https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/cloudwatch/CloudWatchAsyncClient.html

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

Abstract Value Members

  1. abstract val underlying: software.amazon.awssdk.services.cloudwatch.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
    @throws( ... )
  6. def deleteAlarms(deleteAlarmsRequest: DeleteAlarmsRequest): Future[DeleteAlarmsResponse]

    Permalink
  7. def deleteAnomalyDetector(deleteAnomalyDetectorRequest: DeleteAnomalyDetectorRequest): Future[DeleteAnomalyDetectorResponse]

    Permalink
  8. def deleteDashboards(deleteDashboardsRequest: DeleteDashboardsRequest): Future[DeleteDashboardsResponse]

    Permalink
  9. def deleteInsightRules(deleteInsightRulesRequest: DeleteInsightRulesRequest): Future[DeleteInsightRulesResponse]

    Permalink
  10. def describeAlarmHistory(): Future[DescribeAlarmHistoryResponse]

    Permalink
  11. def describeAlarmHistory(describeAlarmHistoryRequest: DescribeAlarmHistoryRequest): Future[DescribeAlarmHistoryResponse]

    Permalink
  12. def describeAlarmHistoryPaginator(describeAlarmHistoryRequest: DescribeAlarmHistoryRequest): DescribeAlarmHistoryPublisher

    Permalink
  13. def describeAlarmHistoryPaginator(): DescribeAlarmHistoryPublisher

    Permalink
  14. def describeAlarms(): Future[DescribeAlarmsResponse]

    Permalink
  15. def describeAlarms(describeAlarmsRequest: DescribeAlarmsRequest): Future[DescribeAlarmsResponse]

    Permalink
  16. def describeAlarmsForMetric(describeAlarmsForMetricRequest: DescribeAlarmsForMetricRequest): Future[DescribeAlarmsForMetricResponse]

    Permalink
  17. def describeAlarmsPaginator(describeAlarmsRequest: DescribeAlarmsRequest): DescribeAlarmsPublisher

    Permalink
  18. def describeAlarmsPaginator(): DescribeAlarmsPublisher

    Permalink
  19. def describeAnomalyDetectors(describeAnomalyDetectorsRequest: DescribeAnomalyDetectorsRequest): Future[DescribeAnomalyDetectorsResponse]

    Permalink
  20. def describeInsightRules(describeInsightRulesRequest: DescribeInsightRulesRequest): Future[DescribeInsightRulesResponse]

    Permalink
  21. def describeInsightRulesPaginator(describeInsightRulesRequest: DescribeInsightRulesRequest): DescribeInsightRulesPublisher

    Permalink
  22. def disableAlarmActions(disableAlarmActionsRequest: DisableAlarmActionsRequest): Future[DisableAlarmActionsResponse]

    Permalink
  23. def disableInsightRules(disableInsightRulesRequest: DisableInsightRulesRequest): Future[DisableInsightRulesResponse]

    Permalink
  24. def enableAlarmActions(enableAlarmActionsRequest: EnableAlarmActionsRequest): Future[EnableAlarmActionsResponse]

    Permalink
  25. def enableInsightRules(enableInsightRulesRequest: EnableInsightRulesRequest): Future[EnableInsightRulesResponse]

    Permalink
  26. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def getDashboard(getDashboardRequest: GetDashboardRequest): Future[GetDashboardResponse]

    Permalink
  31. def getInsightRuleReport(getInsightRuleReportRequest: GetInsightRuleReportRequest): Future[GetInsightRuleReportResponse]

    Permalink
  32. def getMetricData(getMetricDataRequest: GetMetricDataRequest): Future[GetMetricDataResponse]

    Permalink
  33. def getMetricDataPaginator(getMetricDataRequest: GetMetricDataRequest): GetMetricDataPublisher

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

    Permalink
  35. def getMetricWidgetImage(getMetricWidgetImageRequest: GetMetricWidgetImageRequest): Future[GetMetricWidgetImageResponse]

    Permalink
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def isInstanceOf[T0]: Boolean

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

    Permalink
  39. def listDashboards(listDashboardsRequest: ListDashboardsRequest): Future[ListDashboardsResponse]

    Permalink
  40. def listDashboardsPaginator(listDashboardsRequest: ListDashboardsRequest): ListDashboardsPublisher

    Permalink
  41. def listDashboardsPaginator(): ListDashboardsPublisher

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

    Permalink
  43. def listMetrics(listMetricsRequest: ListMetricsRequest): Future[ListMetricsResponse]

    Permalink
  44. def listMetricsPaginator(listMetricsRequest: ListMetricsRequest): ListMetricsPublisher

    Permalink
  45. def listMetricsPaginator(): ListMetricsPublisher

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

    Permalink
  47. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  50. def putAnomalyDetector(putAnomalyDetectorRequest: PutAnomalyDetectorRequest): Future[PutAnomalyDetectorResponse]

    Permalink
  51. def putCompositeAlarm(putCompositeAlarmRequest: PutCompositeAlarmRequest): Future[PutCompositeAlarmResponse]

    Permalink
  52. def putDashboard(putDashboardRequest: PutDashboardRequest): Future[PutDashboardResponse]

    Permalink
  53. def putInsightRule(putInsightRuleRequest: PutInsightRuleRequest): Future[PutInsightRuleResponse]

    Permalink
  54. def putMetricAlarm(putMetricAlarmRequest: PutMetricAlarmRequest): Future[PutMetricAlarmResponse]

    Permalink
  55. def putMetricData(putMetricDataRequest: PutMetricDataRequest): Future[PutMetricDataResponse]

    Permalink
  56. def setAlarmState(setAlarmStateRequest: SetAlarmStateRequest): Future[SetAlarmStateResponse]

    Permalink
  57. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
  59. def toString(): String

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

    Permalink
  61. final def wait(): Unit

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

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

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

Inherited from CloudWatchClient[Future]

Inherited from AnyRef

Inherited from Any

Ungrouped