|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeImagesRequest | |
---|---|
com.amazonaws.services.ec2 | Synchronous and asynchronous client classes for accessing AmazonEC2. |
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of DescribeImagesRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type DescribeImagesRequest | |
---|---|
DescribeImagesResult |
AmazonEC2.describeImages(DescribeImagesRequest describeImagesRequest)
The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user. |
DescribeImagesResult |
AmazonEC2Client.describeImages(DescribeImagesRequest describeImagesRequest)
The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user. |
Future<DescribeImagesResult> |
AmazonEC2AsyncClient.describeImagesAsync(DescribeImagesRequest describeImagesRequest)
The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user. |
Future<DescribeImagesResult> |
AmazonEC2Async.describeImagesAsync(DescribeImagesRequest describeImagesRequest)
The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user. |
Uses of DescribeImagesRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return DescribeImagesRequest | |
---|---|
DescribeImagesRequest |
DescribeImagesRequest.withExecutableUsers(Collection<String> executableUsers)
The optional list of users with explicit launch permissions for the described AMIs. |
DescribeImagesRequest |
DescribeImagesRequest.withExecutableUsers(String... executableUsers)
The optional list of users with explicit launch permissions for the described AMIs. |
DescribeImagesRequest |
DescribeImagesRequest.withImageIds(Collection<String> imageIds)
An optional list of the AMI IDs to describe. |
DescribeImagesRequest |
DescribeImagesRequest.withImageIds(String... imageIds)
An optional list of the AMI IDs to describe. |
DescribeImagesRequest |
DescribeImagesRequest.withOwners(Collection<String> owners)
The optional list of owners for the described AMIs. |
DescribeImagesRequest |
DescribeImagesRequest.withOwners(String... owners)
The optional list of owners for the described AMIs. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |