Trait/Object

com.github.j5ik2o.reactive.aws.cloudwatch.akka

CloudWatchAkkaClient

Related Docs: object CloudWatchAkkaClient | package akka

Permalink

trait CloudWatchAkkaClient extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CloudWatchAkkaClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. 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. def deleteAlarmsFlow(parallelism: Int = DefaultParallelism): Flow[DeleteAlarmsRequest, DeleteAlarmsResponse, NotUsed]

    Permalink
  7. def deleteAlarmsSource(deleteAlarmsRequest: DeleteAlarmsRequest, parallelism: Int = DefaultParallelism): Source[DeleteAlarmsResponse, NotUsed]

    Permalink
  8. def deleteAnomalyDetectorFlow(parallelism: Int = DefaultParallelism): Flow[DeleteAnomalyDetectorRequest, DeleteAnomalyDetectorResponse, NotUsed]

    Permalink
  9. def deleteAnomalyDetectorSource(deleteAnomalyDetectorRequest: DeleteAnomalyDetectorRequest, parallelism: Int = DefaultParallelism): Source[DeleteAnomalyDetectorResponse, NotUsed]

    Permalink
  10. def deleteDashboardsFlow(parallelism: Int = DefaultParallelism): Flow[DeleteDashboardsRequest, DeleteDashboardsResponse, NotUsed]

    Permalink
  11. def deleteDashboardsSource(deleteDashboardsRequest: DeleteDashboardsRequest, parallelism: Int = DefaultParallelism): Source[DeleteDashboardsResponse, NotUsed]

    Permalink
  12. def deleteInsightRulesFlow(parallelism: Int = DefaultParallelism): Flow[DeleteInsightRulesRequest, DeleteInsightRulesResponse, NotUsed]

    Permalink
  13. def deleteInsightRulesSource(deleteInsightRulesRequest: DeleteInsightRulesRequest, parallelism: Int = DefaultParallelism): Source[DeleteInsightRulesResponse, NotUsed]

    Permalink
  14. def describeAlarmHistoryFlow(parallelism: Int = DefaultParallelism): Flow[DescribeAlarmHistoryRequest, DescribeAlarmHistoryResponse, NotUsed]

    Permalink
  15. def describeAlarmHistoryPaginatorFlow: Flow[DescribeAlarmHistoryRequest, DescribeAlarmHistoryResponse, NotUsed]

    Permalink
  16. def describeAlarmHistoryPaginatorSource: Source[DescribeAlarmHistoryResponse, NotUsed]

    Permalink
  17. def describeAlarmHistorySource(): Source[DescribeAlarmHistoryResponse, NotUsed]

    Permalink
  18. def describeAlarmHistorySource(describeAlarmHistoryRequest: DescribeAlarmHistoryRequest, parallelism: Int = DefaultParallelism): Source[DescribeAlarmHistoryResponse, NotUsed]

    Permalink
  19. def describeAlarmsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeAlarmsRequest, DescribeAlarmsResponse, NotUsed]

    Permalink
  20. def describeAlarmsForMetricFlow(parallelism: Int = DefaultParallelism): Flow[DescribeAlarmsForMetricRequest, DescribeAlarmsForMetricResponse, NotUsed]

    Permalink
  21. def describeAlarmsForMetricSource(describeAlarmsForMetricRequest: DescribeAlarmsForMetricRequest, parallelism: Int = DefaultParallelism): Source[DescribeAlarmsForMetricResponse, NotUsed]

    Permalink
  22. def describeAlarmsPaginatorFlow: Flow[DescribeAlarmsRequest, DescribeAlarmsResponse, NotUsed]

    Permalink
  23. def describeAlarmsPaginatorSource: Source[DescribeAlarmsResponse, NotUsed]

    Permalink
  24. def describeAlarmsSource(): Source[DescribeAlarmsResponse, NotUsed]

    Permalink
  25. def describeAlarmsSource(describeAlarmsRequest: DescribeAlarmsRequest, parallelism: Int = DefaultParallelism): Source[DescribeAlarmsResponse, NotUsed]

    Permalink
  26. def describeAnomalyDetectorsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeAnomalyDetectorsRequest, DescribeAnomalyDetectorsResponse, NotUsed]

    Permalink
  27. def describeAnomalyDetectorsSource(describeAnomalyDetectorsRequest: DescribeAnomalyDetectorsRequest, parallelism: Int = DefaultParallelism): Source[DescribeAnomalyDetectorsResponse, NotUsed]

    Permalink
  28. def describeInsightRulesFlow(parallelism: Int = DefaultParallelism): Flow[DescribeInsightRulesRequest, DescribeInsightRulesResponse, NotUsed]

    Permalink
  29. def describeInsightRulesPaginatorFlow: Flow[DescribeInsightRulesRequest, DescribeInsightRulesResponse, NotUsed]

    Permalink
  30. def describeInsightRulesSource(describeInsightRulesRequest: DescribeInsightRulesRequest, parallelism: Int = DefaultParallelism): Source[DescribeInsightRulesResponse, NotUsed]

    Permalink
  31. def disableAlarmActionsFlow(parallelism: Int = DefaultParallelism): Flow[DisableAlarmActionsRequest, DisableAlarmActionsResponse, NotUsed]

    Permalink
  32. def disableAlarmActionsSource(disableAlarmActionsRequest: DisableAlarmActionsRequest, parallelism: Int = DefaultParallelism): Source[DisableAlarmActionsResponse, NotUsed]

    Permalink
  33. def disableInsightRulesFlow(parallelism: Int = DefaultParallelism): Flow[DisableInsightRulesRequest, DisableInsightRulesResponse, NotUsed]

    Permalink
  34. def disableInsightRulesSource(disableInsightRulesRequest: DisableInsightRulesRequest, parallelism: Int = DefaultParallelism): Source[DisableInsightRulesResponse, NotUsed]

    Permalink
  35. def enableAlarmActionsFlow(parallelism: Int = DefaultParallelism): Flow[EnableAlarmActionsRequest, EnableAlarmActionsResponse, NotUsed]

    Permalink
  36. def enableAlarmActionsSource(enableAlarmActionsRequest: EnableAlarmActionsRequest, parallelism: Int = DefaultParallelism): Source[EnableAlarmActionsResponse, NotUsed]

    Permalink
  37. def enableInsightRulesFlow(parallelism: Int = DefaultParallelism): Flow[EnableInsightRulesRequest, EnableInsightRulesResponse, NotUsed]

    Permalink
  38. def enableInsightRulesSource(enableInsightRulesRequest: EnableInsightRulesRequest, parallelism: Int = DefaultParallelism): Source[EnableInsightRulesResponse, NotUsed]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  42. def getDashboardFlow(parallelism: Int = DefaultParallelism): Flow[GetDashboardRequest, GetDashboardResponse, NotUsed]

    Permalink
  43. def getDashboardSource(getDashboardRequest: GetDashboardRequest, parallelism: Int = DefaultParallelism): Source[GetDashboardResponse, NotUsed]

    Permalink
  44. def getInsightRuleReportFlow(parallelism: Int = DefaultParallelism): Flow[GetInsightRuleReportRequest, GetInsightRuleReportResponse, NotUsed]

    Permalink
  45. def getInsightRuleReportSource(getInsightRuleReportRequest: GetInsightRuleReportRequest, parallelism: Int = DefaultParallelism): Source[GetInsightRuleReportResponse, NotUsed]

    Permalink
  46. def getMetricDataFlow(parallelism: Int = DefaultParallelism): Flow[GetMetricDataRequest, GetMetricDataResponse, NotUsed]

    Permalink
  47. def getMetricDataPaginatorFlow: Flow[GetMetricDataRequest, GetMetricDataResponse, NotUsed]

    Permalink
  48. def getMetricDataSource(getMetricDataRequest: GetMetricDataRequest, parallelism: Int = DefaultParallelism): Source[GetMetricDataResponse, NotUsed]

    Permalink
  49. def getMetricStatisticsFlow(parallelism: Int = DefaultParallelism): Flow[GetMetricStatisticsRequest, GetMetricStatisticsResponse, NotUsed]

    Permalink
  50. def getMetricStatisticsSource(getMetricStatisticsRequest: GetMetricStatisticsRequest, parallelism: Int = DefaultParallelism): Source[GetMetricStatisticsResponse, NotUsed]

    Permalink
  51. def getMetricWidgetImageFlow(parallelism: Int = DefaultParallelism): Flow[GetMetricWidgetImageRequest, GetMetricWidgetImageResponse, NotUsed]

    Permalink
  52. def getMetricWidgetImageSource(getMetricWidgetImageRequest: GetMetricWidgetImageRequest, parallelism: Int = DefaultParallelism): Source[GetMetricWidgetImageResponse, NotUsed]

    Permalink
  53. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  55. def listDashboardsFlow(parallelism: Int = DefaultParallelism): Flow[ListDashboardsRequest, ListDashboardsResponse, NotUsed]

    Permalink
  56. def listDashboardsPaginatorFlow: Flow[ListDashboardsRequest, ListDashboardsResponse, NotUsed]

    Permalink
  57. def listDashboardsPaginatorSource: Source[ListDashboardsResponse, NotUsed]

    Permalink
  58. def listDashboardsSource(): Source[ListDashboardsResponse, NotUsed]

    Permalink
  59. def listDashboardsSource(listDashboardsRequest: ListDashboardsRequest, parallelism: Int = DefaultParallelism): Source[ListDashboardsResponse, NotUsed]

    Permalink
  60. def listMetricsFlow(parallelism: Int = DefaultParallelism): Flow[ListMetricsRequest, ListMetricsResponse, NotUsed]

    Permalink
  61. def listMetricsPaginatorFlow: Flow[ListMetricsRequest, ListMetricsResponse, NotUsed]

    Permalink
  62. def listMetricsPaginatorSource: Source[ListMetricsResponse, NotUsed]

    Permalink
  63. def listMetricsSource(): Source[ListMetricsResponse, NotUsed]

    Permalink
  64. def listMetricsSource(listMetricsRequest: ListMetricsRequest, parallelism: Int = DefaultParallelism): Source[ListMetricsResponse, NotUsed]

    Permalink
  65. def listTagsForResourceFlow(parallelism: Int = DefaultParallelism): Flow[ListTagsForResourceRequest, ListTagsForResourceResponse, NotUsed]

    Permalink
  66. def listTagsForResourceSource(listTagsForResourceRequest: ListTagsForResourceRequest, parallelism: Int = DefaultParallelism): Source[ListTagsForResourceResponse, NotUsed]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  70. def putAnomalyDetectorFlow(parallelism: Int = DefaultParallelism): Flow[PutAnomalyDetectorRequest, PutAnomalyDetectorResponse, NotUsed]

    Permalink
  71. def putAnomalyDetectorSource(putAnomalyDetectorRequest: PutAnomalyDetectorRequest, parallelism: Int = DefaultParallelism): Source[PutAnomalyDetectorResponse, NotUsed]

    Permalink
  72. def putCompositeAlarmFlow(parallelism: Int = DefaultParallelism): Flow[PutCompositeAlarmRequest, PutCompositeAlarmResponse, NotUsed]

    Permalink
  73. def putCompositeAlarmSource(putCompositeAlarmRequest: PutCompositeAlarmRequest, parallelism: Int = DefaultParallelism): Source[PutCompositeAlarmResponse, NotUsed]

    Permalink
  74. def putDashboardFlow(parallelism: Int = DefaultParallelism): Flow[PutDashboardRequest, PutDashboardResponse, NotUsed]

    Permalink
  75. def putDashboardSource(putDashboardRequest: PutDashboardRequest, parallelism: Int = DefaultParallelism): Source[PutDashboardResponse, NotUsed]

    Permalink
  76. def putInsightRuleFlow(parallelism: Int = DefaultParallelism): Flow[PutInsightRuleRequest, PutInsightRuleResponse, NotUsed]

    Permalink
  77. def putInsightRuleSource(putInsightRuleRequest: PutInsightRuleRequest, parallelism: Int = DefaultParallelism): Source[PutInsightRuleResponse, NotUsed]

    Permalink
  78. def putMetricAlarmFlow(parallelism: Int = DefaultParallelism): Flow[PutMetricAlarmRequest, PutMetricAlarmResponse, NotUsed]

    Permalink
  79. def putMetricAlarmSource(putMetricAlarmRequest: PutMetricAlarmRequest, parallelism: Int = DefaultParallelism): Source[PutMetricAlarmResponse, NotUsed]

    Permalink
  80. def putMetricDataFlow(parallelism: Int = DefaultParallelism): Flow[PutMetricDataRequest, PutMetricDataResponse, NotUsed]

    Permalink
  81. def putMetricDataSource(putMetricDataRequest: PutMetricDataRequest, parallelism: Int = DefaultParallelism): Source[PutMetricDataResponse, NotUsed]

    Permalink
  82. def setAlarmStateFlow(parallelism: Int = DefaultParallelism): Flow[SetAlarmStateRequest, SetAlarmStateResponse, NotUsed]

    Permalink
  83. def setAlarmStateSource(setAlarmStateRequest: SetAlarmStateRequest, parallelism: Int = DefaultParallelism): Source[SetAlarmStateResponse, NotUsed]

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

    Permalink
    Definition Classes
    AnyRef
  85. def tagResourceFlow(parallelism: Int = DefaultParallelism): Flow[TagResourceRequest, TagResourceResponse, NotUsed]

    Permalink
  86. def tagResourceSource(tagResourceRequest: TagResourceRequest, parallelism: Int = DefaultParallelism): Source[TagResourceResponse, NotUsed]

    Permalink
  87. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  88. def untagResourceFlow(parallelism: Int = DefaultParallelism): Flow[UntagResourceRequest, UntagResourceResponse, NotUsed]

    Permalink
  89. def untagResourceSource(untagResourceRequest: UntagResourceRequest, parallelism: Int = DefaultParallelism): Source[UntagResourceResponse, NotUsed]

    Permalink
  90. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  92. 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 AnyRef

Inherited from Any

Ungrouped