Uses of Class
com.amazonaws.services.cloudwatch.model.PutMetricAlarmRequest
Packages that use PutMetricAlarmRequest
-
Uses of PutMetricAlarmRequest in com.amazonaws.services.cloudwatch
Methods in com.amazonaws.services.cloudwatch with parameters of type PutMetricAlarmRequestModifier and TypeMethodDescriptionAbstractAmazonCloudWatch.putMetricAlarm
(PutMetricAlarmRequest request) AmazonCloudWatch.putMetricAlarm
(PutMetricAlarmRequest putMetricAlarmRequest) Creates or updates an alarm and associates it with the specified Amazon CloudWatch metric.AmazonCloudWatchClient.putMetricAlarm
(PutMetricAlarmRequest putMetricAlarmRequest) Creates or updates an alarm and associates it with the specified Amazon CloudWatch metric.AbstractAmazonCloudWatchAsync.putMetricAlarmAsync
(PutMetricAlarmRequest request) AbstractAmazonCloudWatchAsync.putMetricAlarmAsync
(PutMetricAlarmRequest request, AsyncHandler<PutMetricAlarmRequest, PutMetricAlarmResult> asyncHandler) AmazonCloudWatchAsync.putMetricAlarmAsync
(PutMetricAlarmRequest putMetricAlarmRequest) Creates or updates an alarm and associates it with the specified Amazon CloudWatch metric.AmazonCloudWatchAsync.putMetricAlarmAsync
(PutMetricAlarmRequest putMetricAlarmRequest, AsyncHandler<PutMetricAlarmRequest, PutMetricAlarmResult> asyncHandler) Creates or updates an alarm and associates it with the specified Amazon CloudWatch metric.AmazonCloudWatchAsyncClient.putMetricAlarmAsync
(PutMetricAlarmRequest request) AmazonCloudWatchAsyncClient.putMetricAlarmAsync
(PutMetricAlarmRequest request, AsyncHandler<PutMetricAlarmRequest, PutMetricAlarmResult> asyncHandler) Method parameters in com.amazonaws.services.cloudwatch with type arguments of type PutMetricAlarmRequestModifier and TypeMethodDescriptionAbstractAmazonCloudWatchAsync.putMetricAlarmAsync
(PutMetricAlarmRequest request, AsyncHandler<PutMetricAlarmRequest, PutMetricAlarmResult> asyncHandler) AmazonCloudWatchAsync.putMetricAlarmAsync
(PutMetricAlarmRequest putMetricAlarmRequest, AsyncHandler<PutMetricAlarmRequest, PutMetricAlarmResult> asyncHandler) Creates or updates an alarm and associates it with the specified Amazon CloudWatch metric.AmazonCloudWatchAsyncClient.putMetricAlarmAsync
(PutMetricAlarmRequest request, AsyncHandler<PutMetricAlarmRequest, PutMetricAlarmResult> asyncHandler) -
Uses of PutMetricAlarmRequest in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return PutMetricAlarmRequestModifier and TypeMethodDescriptionPutMetricAlarmRequest.clone()
PutMetricAlarmRequest.withActionsEnabled
(Boolean actionsEnabled) Indicates whether or not actions should be executed during any changes to the alarm's state.PutMetricAlarmRequest.withAlarmActions
(String... alarmActions) The list of actions to execute when this alarm transitions into anALARM
state from any other state.PutMetricAlarmRequest.withAlarmActions
(Collection<String> alarmActions) The list of actions to execute when this alarm transitions into anALARM
state from any other state.PutMetricAlarmRequest.withAlarmDescription
(String alarmDescription) The description for the alarm.PutMetricAlarmRequest.withAlarmName
(String alarmName) The descriptive name for the alarm.PutMetricAlarmRequest.withComparisonOperator
(ComparisonOperator comparisonOperator) The arithmetic operation to use when comparing the specifiedStatistic
andThreshold
.PutMetricAlarmRequest.withComparisonOperator
(String comparisonOperator) The arithmetic operation to use when comparing the specifiedStatistic
andThreshold
.PutMetricAlarmRequest.withDimensions
(Dimension... dimensions) The dimensions for the alarm's associated metric.PutMetricAlarmRequest.withDimensions
(Collection<Dimension> dimensions) The dimensions for the alarm's associated metric.PutMetricAlarmRequest.withEvaluationPeriods
(Integer evaluationPeriods) The number of periods over which data is compared to the specified threshold.PutMetricAlarmRequest.withInsufficientDataActions
(String... insufficientDataActions) The list of actions to execute when this alarm transitions into anINSUFFICIENT_DATA
state from any other state.PutMetricAlarmRequest.withInsufficientDataActions
(Collection<String> insufficientDataActions) The list of actions to execute when this alarm transitions into anINSUFFICIENT_DATA
state from any other state.PutMetricAlarmRequest.withMetricName
(String metricName) The name for the alarm's associated metric.PutMetricAlarmRequest.withNamespace
(String namespace) The namespace for the alarm's associated metric.PutMetricAlarmRequest.withOKActions
(String... oKActions) The list of actions to execute when this alarm transitions into anOK
state from any other state.PutMetricAlarmRequest.withOKActions
(Collection<String> oKActions) The list of actions to execute when this alarm transitions into anOK
state from any other state.PutMetricAlarmRequest.withPeriod
(Integer period) The period in seconds over which the specified statistic is applied.PutMetricAlarmRequest.withStatistic
(Statistic statistic) The statistic to apply to the alarm's associated metric.PutMetricAlarmRequest.withStatistic
(String statistic) The statistic to apply to the alarm's associated metric.PutMetricAlarmRequest.withThreshold
(Double threshold) The value against which the specified statistic is compared.PutMetricAlarmRequest.withUnit
(StandardUnit unit) The statistic's unit of measure.The statistic's unit of measure.