Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.PutCompositeAlarmRequest.Builder
Packages that use PutCompositeAlarmRequest.Builder
Package
Description
Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on
Amazon Web Services in real time.
-
Uses of PutCompositeAlarmRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type PutCompositeAlarmRequest.BuilderModifier and TypeMethodDescriptionCloudWatchAsyncClient.putCompositeAlarm(Consumer<PutCompositeAlarmRequest.Builder> putCompositeAlarmRequest) Creates or updates a composite alarm.default PutCompositeAlarmResponseCloudWatchClient.putCompositeAlarm(Consumer<PutCompositeAlarmRequest.Builder> putCompositeAlarmRequest) Creates or updates a composite alarm. -
Uses of PutCompositeAlarmRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return PutCompositeAlarmRequest.BuilderModifier and TypeMethodDescriptionPutCompositeAlarmRequest.Builder.actionsEnabled(Boolean actionsEnabled) Indicates whether actions should be executed during any changes to the alarm state of the composite alarm.PutCompositeAlarmRequest.Builder.actionsSuppressor(String actionsSuppressor) Actions will be suppressed if the suppressor alarm is in theALARMstate.PutCompositeAlarmRequest.Builder.actionsSuppressorExtensionPeriod(Integer actionsSuppressorExtensionPeriod) The maximum time in seconds that the composite alarm waits after suppressor alarm goes out of theALARMstate.PutCompositeAlarmRequest.Builder.actionsSuppressorWaitPeriod(Integer actionsSuppressorWaitPeriod) The maximum time in seconds that the composite alarm waits for the suppressor alarm to go into theALARMstate.PutCompositeAlarmRequest.Builder.alarmActions(String... alarmActions) The actions to execute when this alarm transitions to theALARMstate from any other state.PutCompositeAlarmRequest.Builder.alarmActions(Collection<String> alarmActions) The actions to execute when this alarm transitions to theALARMstate from any other state.PutCompositeAlarmRequest.Builder.alarmDescription(String alarmDescription) The description for the composite alarm.The name for the composite alarm.An expression that specifies which other alarms are to be evaluated to determine this composite alarm's state.PutCompositeAlarmRequest.builder()PutCompositeAlarmRequest.Builder.insufficientDataActions(String... insufficientDataActions) The actions to execute when this alarm transitions to theINSUFFICIENT_DATAstate from any other state.PutCompositeAlarmRequest.Builder.insufficientDataActions(Collection<String> insufficientDataActions) The actions to execute when this alarm transitions to theINSUFFICIENT_DATAstate from any other state.The actions to execute when this alarm transitions to anOKstate from any other state.PutCompositeAlarmRequest.Builder.okActions(Collection<String> okActions) The actions to execute when this alarm transitions to anOKstate from any other state.PutCompositeAlarmRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutCompositeAlarmRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutCompositeAlarmRequest.Builder.tags(Collection<Tag> tags) A list of key-value pairs to associate with the alarm.PutCompositeAlarmRequest.Builder.tags(Consumer<Tag.Builder>... tags) A list of key-value pairs to associate with the alarm.A list of key-value pairs to associate with the alarm.PutCompositeAlarmRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type PutCompositeAlarmRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutCompositeAlarmRequest.Builder>PutCompositeAlarmRequest.serializableBuilderClass()