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