SdkFunction<DescribeImagesRequest,DescribeImagesResponse>
@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public class DescribeImagesFunction extends Object implements SdkFunction<DescribeImagesRequest,DescribeImagesResponse>
Constructor | Description |
---|---|
DescribeImagesFunction(EC2Client client) |
Constructs a new DescribeImagesFunction with the given client
|
Modifier and Type | Method | 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 Amazon Web Services, Inc. All Rights Reserved.