Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmsRequest.Builder
Packages that use DescribeAlarmsRequest.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 DescribeAlarmsRequest.Builder in software.amazon.awssdk.services.cloudwatch
Method parameters in software.amazon.awssdk.services.cloudwatch with type arguments of type DescribeAlarmsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<DescribeAlarmsResponse>CloudWatchAsyncClient.describeAlarms(Consumer<DescribeAlarmsRequest.Builder> describeAlarmsRequest) Retrieves the specified alarms.default DescribeAlarmsResponseCloudWatchClient.describeAlarms(Consumer<DescribeAlarmsRequest.Builder> describeAlarmsRequest) Retrieves the specified alarms.default DescribeAlarmsPublisherCloudWatchAsyncClient.describeAlarmsPaginator(Consumer<DescribeAlarmsRequest.Builder> describeAlarmsRequest) This is a variant ofCloudWatchAsyncClient.describeAlarms(software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmsRequest)operation.default DescribeAlarmsIterableCloudWatchClient.describeAlarmsPaginator(Consumer<DescribeAlarmsRequest.Builder> describeAlarmsRequest) This is a variant ofCloudWatchClient.describeAlarms(software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmsRequest)operation. -
Uses of DescribeAlarmsRequest.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return DescribeAlarmsRequest.BuilderModifier and TypeMethodDescriptionDescribeAlarmsRequest.Builder.actionPrefix(String actionPrefix) Use this parameter to filter the results of the operation to only those alarms that use a certain alarm action.DescribeAlarmsRequest.Builder.alarmNamePrefix(String alarmNamePrefix) An alarm name prefix.DescribeAlarmsRequest.Builder.alarmNames(String... alarmNames) The names of the alarms to retrieve information about.DescribeAlarmsRequest.Builder.alarmNames(Collection<String> alarmNames) The names of the alarms to retrieve information about.DescribeAlarmsRequest.Builder.alarmTypes(Collection<AlarmType> alarmTypes) Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.DescribeAlarmsRequest.Builder.alarmTypes(AlarmType... alarmTypes) Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.DescribeAlarmsRequest.Builder.alarmTypesWithStrings(String... alarmTypes) Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.DescribeAlarmsRequest.Builder.alarmTypesWithStrings(Collection<String> alarmTypes) Use this parameter to specify whether you want the operation to return metric alarms or composite alarms.DescribeAlarmsRequest.builder()DescribeAlarmsRequest.Builder.childrenOfAlarmName(String childrenOfAlarmName) If you use this parameter and specify the name of a composite alarm, the operation returns information about the "children" alarms of the alarm you specify.DescribeAlarmsRequest.Builder.maxRecords(Integer maxRecords) The maximum number of alarm descriptions to retrieve.The token returned by a previous call to indicate that there is more data available.DescribeAlarmsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeAlarmsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeAlarmsRequest.Builder.parentsOfAlarmName(String parentsOfAlarmName) If you use this parameter and specify the name of a metric or composite alarm, the operation returns information about the "parent" alarms of the alarm you specify.DescribeAlarmsRequest.Builder.stateValue(String stateValue) Specify this parameter to receive information only about alarms that are currently in the state that you specify.DescribeAlarmsRequest.Builder.stateValue(StateValue stateValue) Specify this parameter to receive information only about alarms that are currently in the state that you specify.DescribeAlarmsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type DescribeAlarmsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeAlarmsRequest.Builder>DescribeAlarmsRequest.serializableBuilderClass() -
Uses of DescribeAlarmsRequest.Builder in software.amazon.awssdk.services.cloudwatch.waiters
Method parameters in software.amazon.awssdk.services.cloudwatch.waiters with type arguments of type DescribeAlarmsRequest.BuilderModifier and TypeMethodDescriptionCloudWatchAsyncWaiter.waitUntilAlarmExists(Consumer<DescribeAlarmsRequest.Builder> describeAlarmsRequest) PollsCloudWatchAsyncClient.describeAlarms(software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmsRequest)API until the desired conditionAlarmExistsis met, or until it is determined that the resource will never enter into the desired state.CloudWatchAsyncWaiter.waitUntilAlarmExists(Consumer<DescribeAlarmsRequest.Builder> describeAlarmsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsCloudWatchAsyncClient.describeAlarms(software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmsRequest)API until the desired conditionAlarmExistsis met, or until it is determined that the resource will never enter into the desired state.default WaiterResponse<DescribeAlarmsResponse>CloudWatchWaiter.waitUntilAlarmExists(Consumer<DescribeAlarmsRequest.Builder> describeAlarmsRequest) PollsCloudWatchClient.describeAlarms(software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmsRequest)API until the desired conditionAlarmExistsis met, or until it is determined that the resource will never enter into the desired state.default WaiterResponse<DescribeAlarmsResponse>CloudWatchWaiter.waitUntilAlarmExists(Consumer<DescribeAlarmsRequest.Builder> describeAlarmsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsCloudWatchClient.describeAlarms(software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmsRequest)API until the desired conditionAlarmExistsis met, or until it is determined that the resource will never enter into the desired state.CloudWatchAsyncWaiter.waitUntilCompositeAlarmExists(Consumer<DescribeAlarmsRequest.Builder> describeAlarmsRequest) PollsCloudWatchAsyncClient.describeAlarms(software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmsRequest)API until the desired conditionCompositeAlarmExistsis met, or until it is determined that the resource will never enter into the desired state.CloudWatchAsyncWaiter.waitUntilCompositeAlarmExists(Consumer<DescribeAlarmsRequest.Builder> describeAlarmsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsCloudWatchAsyncClient.describeAlarms(software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmsRequest)API until the desired conditionCompositeAlarmExistsis met, or until it is determined that the resource will never enter into the desired state.default WaiterResponse<DescribeAlarmsResponse>CloudWatchWaiter.waitUntilCompositeAlarmExists(Consumer<DescribeAlarmsRequest.Builder> describeAlarmsRequest) PollsCloudWatchClient.describeAlarms(software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmsRequest)API until the desired conditionCompositeAlarmExistsis met, or until it is determined that the resource will never enter into the desired state.default WaiterResponse<DescribeAlarmsResponse>CloudWatchWaiter.waitUntilCompositeAlarmExists(Consumer<DescribeAlarmsRequest.Builder> describeAlarmsRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsCloudWatchClient.describeAlarms(software.amazon.awssdk.services.cloudwatch.model.DescribeAlarmsRequest)API until the desired conditionCompositeAlarmExistsis met, or until it is determined that the resource will never enter into the desired state.