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
    @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. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  54. def hashCode(): Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  88. def toString(): String

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

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

    Permalink
  91. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped