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