Trait/Object

com.github.j5ik2o.reactive.aws.cloudwatch

CloudWatchSyncClient

Related Docs: object CloudWatchSyncClient | package cloudwatch

Permalink

trait CloudWatchSyncClient extends CloudWatchClient[[β$0$]Either[Throwable, β$0$]]

See also

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

Linear Supertypes
CloudWatchClient[[β$0$]Either[Throwable, β$0$]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CloudWatchSyncClient
  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.CloudWatchClient

    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 deleteAlarms(deleteAlarmsRequest: DeleteAlarmsRequest): Either[Throwable, DeleteAlarmsResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  7. def deleteAnomalyDetector(deleteAnomalyDetectorRequest: DeleteAnomalyDetectorRequest): Either[Throwable, DeleteAnomalyDetectorResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  8. def deleteDashboards(deleteDashboardsRequest: DeleteDashboardsRequest): Either[Throwable, DeleteDashboardsResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  9. def deleteInsightRules(deleteInsightRulesRequest: DeleteInsightRulesRequest): Either[Throwable, DeleteInsightRulesResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  10. def describeAlarmHistory(describeAlarmHistoryRequest: DescribeAlarmHistoryRequest): Either[Throwable, DescribeAlarmHistoryResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  11. def describeAlarmHistory(): Either[Throwable, DescribeAlarmHistoryResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  12. def describeAlarmHistoryPaginator(describeAlarmHistoryRequest: DescribeAlarmHistoryRequest): DescribeAlarmHistoryIterable

    Permalink
  13. def describeAlarmHistoryPaginator(): DescribeAlarmHistoryIterable

    Permalink
  14. def describeAlarms(describeAlarmsRequest: DescribeAlarmsRequest): Either[Throwable, DescribeAlarmsResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  15. def describeAlarms(): Either[Throwable, DescribeAlarmsResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  16. def describeAlarmsForMetric(describeAlarmsForMetricRequest: DescribeAlarmsForMetricRequest): Either[Throwable, DescribeAlarmsForMetricResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  17. def describeAlarmsPaginator(describeAlarmsRequest: DescribeAlarmsRequest): DescribeAlarmsIterable

    Permalink
  18. def describeAlarmsPaginator(): DescribeAlarmsIterable

    Permalink
  19. def describeAnomalyDetectors(describeAnomalyDetectorsRequest: DescribeAnomalyDetectorsRequest): Either[Throwable, DescribeAnomalyDetectorsResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  20. def describeInsightRules(describeInsightRulesRequest: DescribeInsightRulesRequest): Either[Throwable, DescribeInsightRulesResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  21. def describeInsightRulesPaginator(describeInsightRulesRequest: DescribeInsightRulesRequest): DescribeInsightRulesIterable

    Permalink
  22. def disableAlarmActions(disableAlarmActionsRequest: DisableAlarmActionsRequest): Either[Throwable, DisableAlarmActionsResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  23. def disableInsightRules(disableInsightRulesRequest: DisableInsightRulesRequest): Either[Throwable, DisableInsightRulesResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  24. def enableAlarmActions(enableAlarmActionsRequest: EnableAlarmActionsRequest): Either[Throwable, EnableAlarmActionsResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  25. def enableInsightRules(enableInsightRulesRequest: EnableInsightRulesRequest): Either[Throwable, EnableInsightRulesResponse]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  29. def getDashboard(getDashboardRequest: GetDashboardRequest): Either[Throwable, GetDashboardResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  30. def getInsightRuleReport(getInsightRuleReportRequest: GetInsightRuleReportRequest): Either[Throwable, GetInsightRuleReportResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  31. def getMetricData(getMetricDataRequest: GetMetricDataRequest): Either[Throwable, GetMetricDataResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  32. def getMetricDataPaginator(getMetricDataRequest: GetMetricDataRequest): GetMetricDataIterable

    Permalink
  33. def getMetricStatistics(getMetricStatisticsRequest: GetMetricStatisticsRequest): Either[Throwable, GetMetricStatisticsResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  34. def getMetricWidgetImage(getMetricWidgetImageRequest: GetMetricWidgetImageRequest): Either[Throwable, GetMetricWidgetImageResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  35. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  37. def listDashboards(listDashboardsRequest: ListDashboardsRequest): Either[Throwable, ListDashboardsResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  38. def listDashboards(): Either[Throwable, ListDashboardsResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  39. def listDashboardsPaginator(listDashboardsRequest: ListDashboardsRequest): ListDashboardsIterable

    Permalink
  40. def listDashboardsPaginator(): ListDashboardsIterable

    Permalink
  41. def listMetrics(listMetricsRequest: ListMetricsRequest): Either[Throwable, ListMetricsResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  42. def listMetrics(): Either[Throwable, ListMetricsResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  43. def listMetricsPaginator(listMetricsRequest: ListMetricsRequest): ListMetricsIterable

    Permalink
  44. def listMetricsPaginator(): ListMetricsIterable

    Permalink
  45. def listTagsForResource(listTagsForResourceRequest: ListTagsForResourceRequest): Either[Throwable, ListTagsForResourceResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  46. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  49. def putAnomalyDetector(putAnomalyDetectorRequest: PutAnomalyDetectorRequest): Either[Throwable, PutAnomalyDetectorResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  50. def putCompositeAlarm(putCompositeAlarmRequest: PutCompositeAlarmRequest): Either[Throwable, PutCompositeAlarmResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  51. def putDashboard(putDashboardRequest: PutDashboardRequest): Either[Throwable, PutDashboardResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  52. def putInsightRule(putInsightRuleRequest: PutInsightRuleRequest): Either[Throwable, PutInsightRuleResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  53. def putMetricAlarm(putMetricAlarmRequest: PutMetricAlarmRequest): Either[Throwable, PutMetricAlarmResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  54. def putMetricData(putMetricDataRequest: PutMetricDataRequest): Either[Throwable, PutMetricDataResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  55. def setAlarmState(setAlarmStateRequest: SetAlarmStateRequest): Either[Throwable, SetAlarmStateResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  56. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  57. def tagResource(tagResourceRequest: TagResourceRequest): Either[Throwable, TagResourceResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  58. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  59. def untagResource(untagResourceRequest: UntagResourceRequest): Either[Throwable, UntagResourceResponse]

    Permalink
    Definition Classes
    CloudWatchSyncClientCloudWatchClient
  60. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. 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[[β$0$]Either[Throwable, β$0$]]

Inherited from AnyRef

Inherited from Any

Ungrouped