@Generated(value="software.amazon.awssdk:aws-java-sdk-code-generator") public class DescribeImagesFunction extends Object implements SdkFunction<DescribeImagesRequest,DescribeImagesResponse>
| Constructor and Description |
|---|
DescribeImagesFunction(EC2Client client)
Constructs a new DescribeImagesFunction with the given client
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesResponse |
apply(DescribeImagesRequest describeImagesRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
public DescribeImagesFunction(EC2Client client)
client - Service clientpublic DescribeImagesResponse apply(DescribeImagesRequest describeImagesRequest)
apply in interface SdkFunction<DescribeImagesRequest,DescribeImagesResponse>describeImagesRequest - Corresponding request for the operationCopyright © 2017. All rights reserved.