SdkFunction<DescribeAlarmsRequest,DescribeAlarmsResponse>
@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class DescribeAlarmsFunction extends Object implements SdkFunction<DescribeAlarmsRequest,DescribeAlarmsResponse>
Constructor | Description |
---|---|
DescribeAlarmsFunction(CloudWatchClient client) |
Constructs a new DescribeAlarmsFunction with the given client
|
Modifier and Type | Method | Description |
---|---|---|
DescribeAlarmsResponse |
apply(DescribeAlarmsRequest describeAlarmsRequest) |
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
public DescribeAlarmsFunction(CloudWatchClient client)
client
- Service clientpublic DescribeAlarmsResponse apply(DescribeAlarmsRequest describeAlarmsRequest)
apply
in interface SdkFunction<DescribeAlarmsRequest,DescribeAlarmsResponse>
describeAlarmsRequest
- Corresponding request for the operationCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.