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