Class

com.github.dwhjames.awswrap.cloudwatch

AmazonCloudWatchScalaClient

Related Doc: package cloudwatch

Permalink

class AmazonCloudWatchScalaClient extends AnyRef

A lightweight wrapper for AmazonCloudWatchAsyncClient.

Source
cloudwatch.scala
See also

AmazonCloudWatchAsyncClient

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AmazonCloudWatchScalaClient
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AmazonCloudWatchScalaClient(client: AmazonCloudWatchAsyncClient)

    Permalink

    construct a wrapper client from an Amazon async client.

    construct a wrapper client from an Amazon async client.

    client

    the underlying AmazonCloudWatchAsyncClient.

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. val client: AmazonCloudWatchAsyncClient

    Permalink

    the underlying AmazonCloudWatchAsyncClient.

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def deleteAlarms(alarmNames: String*): Future[Unit]

    Permalink

    See also

    AWS Java SDK

  8. def deleteAlarms(deleteAlarmsRequest: DeleteAlarmsRequest): Future[Unit]

    Permalink

    See also

    AWS Java SDK

  9. def describeAlarmHistory(): Future[DescribeAlarmHistoryResult]

    Permalink

    See also

    AWS Java SDK

  10. def describeAlarmHistory(describeAlarmHistoryRequest: DescribeAlarmHistoryRequest): Future[DescribeAlarmHistoryResult]

    Permalink

    See also

    AWS Java SDK

  11. def describeAlarms(): Future[DescribeAlarmsResult]

    Permalink

    See also

    AWS Java SDK

  12. def describeAlarms(describeAlarmRequest: DescribeAlarmsRequest): Future[DescribeAlarmsResult]

    Permalink

    See also

    AWS Java SDK

  13. def describeAlarmsForMetric(describeAlarmsForMetricRequest: DescribeAlarmsForMetricRequest): Future[DescribeAlarmsForMetricResult]

    Permalink

    See also

    AWS Java SDK

  14. def disableAlarmActions(alarmNames: String*): Future[Unit]

    Permalink

    See also

    AWS Java SDK

  15. def disableAlarmActions(disableAlarmActionsRequest: DisableAlarmActionsRequest): Future[Unit]

    Permalink

    See also

    AWS Java SDK

  16. def enableAlarmActions(alarmNames: String*): Future[Unit]

    Permalink

    See also

    AWS Java SDK

  17. def enableAlarmActions(enableAlarmActionsRequest: EnableAlarmActionsRequest): Future[Unit]

    Permalink

    See also

    AWS Java SDK

  18. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getMetricStatistics(getMetricStatisticsRequest: GetMetricStatisticsRequest): Future[GetMetricStatisticsResult]

    Permalink

    See also

    AWS Java SDK

  23. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  25. def listMetrics(): Future[ListMetricsResult]

    Permalink

    See also

    AWS Java SDK

  26. def listMetrics(listMetricsRequest: ListMetricsRequest): Future[ListMetricsResult]

    Permalink

    See also

    AWS Java SDK

  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def putMetricAlarm(putMetricAlarmRequest: PutMetricAlarmRequest): Future[Unit]

    Permalink

    See also

    AWS Java SDK

  31. def putMetricData(namespace: String, metricData: Iterable[MetricDatum]): Future[Unit]

    Permalink

    See also

    AWS Java SDK

  32. def putMetricData(putMetricDataRequest: PutMetricDataRequest): Future[Unit]

    Permalink

    See also

    AWS Java SDK

  33. def setAlarmState(alarmName: String, stateReason: String, stateValue: StateValue, stateReasonData: String = ""): Future[Unit]

    Permalink

    See also

    AWS Java SDK

  34. def setAlarmState(setAlarmStateRequest: SetAlarmStateRequest): Future[Unit]

    Permalink

    See also

    AWS Java SDK

  35. def shutdown(): Unit

    Permalink

    See also

    AWS Java SDK

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

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped