|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeImagesRequest
public class DescribeImagesRequest
Container for the parameters to the DescribeImages operation
.
The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user. Information returned includes image type, product codes, architecture, and kernel and RAM disk IDs. Images available to the user include public images available for any user to launch, private images owned by the user making the request, and private images owned by other users for which the user has explicit launch permissions.
Launch permissions fall into three categories:
The list of AMIs returned can be modified by specifying AMI IDs, AMI owners, or users with launch permissions. If no options are specified, Amazon EC2 returns all AMIs for which the user has launch permissions.
If you specify one or more AMI IDs, only AMIs that have the specified IDs are returned. If you specify an invalid AMI ID, a fault is returned. If you specify an AMI ID for which you do not have access, it will not be included in the returned results.
If you specify one or more AMI owners, only AMIs from the specified owners and for which you have access are returned. The results can include the account IDs of the specified owners, amazon for AMIs owned by Amazon or self for AMIs that you own.
If you specify a list of executable users, only users that have launch permissions for the AMIs are returned. You can specify account IDs (if you own the AMI(s)), self for AMIs for which you own or have explicit permissions, or all for public AMIs.
NOTE: Deregistered images are included in the returned results for an unspecified interval after deregistration.
AmazonEC2.describeImages(DescribeImagesRequest)
Constructor Summary | |
---|---|
DescribeImagesRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getExecutableUsers()
The optional list of users with explicit launch permissions for the described AMIs. |
List<Filter> |
getFilters()
A list of filters used to match properties for Images. |
List<String> |
getImageIds()
An optional list of the AMI IDs to describe. |
List<String> |
getOwners()
The optional list of owners for the described AMIs. |
int |
hashCode()
|
void |
setExecutableUsers(Collection<String> executableUsers)
The optional list of users with explicit launch permissions for the described AMIs. |
void |
setFilters(Collection<Filter> filters)
A list of filters used to match properties for Images. |
void |
setImageIds(Collection<String> imageIds)
An optional list of the AMI IDs to describe. |
void |
setOwners(Collection<String> owners)
The optional list of owners for the described AMIs. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeImagesRequest |
withExecutableUsers(Collection<String> executableUsers)
The optional list of users with explicit launch permissions for the described AMIs. |
DescribeImagesRequest |
withExecutableUsers(String... executableUsers)
The optional list of users with explicit launch permissions for the described AMIs. |
DescribeImagesRequest |
withFilters(Collection<Filter> filters)
A list of filters used to match properties for Images. |
DescribeImagesRequest |
withFilters(Filter... filters)
A list of filters used to match properties for Images. |
DescribeImagesRequest |
withImageIds(Collection<String> imageIds)
An optional list of the AMI IDs to describe. |
DescribeImagesRequest |
withImageIds(String... imageIds)
An optional list of the AMI IDs to describe. |
DescribeImagesRequest |
withOwners(Collection<String> owners)
The optional list of owners for the described AMIs. |
DescribeImagesRequest |
withOwners(String... owners)
The optional list of owners for the described AMIs. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeImagesRequest()
Method Detail |
---|
public List<String> getImageIds()
public void setImageIds(Collection<String> imageIds)
imageIds
- An optional list of the AMI IDs to describe. If not specified, all
AMIs will be described.public DescribeImagesRequest withImageIds(String... imageIds)
Returns a reference to this object so that method calls can be chained together.
imageIds
- An optional list of the AMI IDs to describe. If not specified, all
AMIs will be described.
public DescribeImagesRequest withImageIds(Collection<String> imageIds)
Returns a reference to this object so that method calls can be chained together.
imageIds
- An optional list of the AMI IDs to describe. If not specified, all
AMIs will be described.
public List<String> getOwners()
public void setOwners(Collection<String> owners)
owners
- The optional list of owners for the described AMIs. The IDs amazon,
self, and explicit can be used to include AMIs owned by Amazon, AMIs
owned by the user, and AMIs for which the user has explicit launch
permissions, respectively.public DescribeImagesRequest withOwners(String... owners)
Returns a reference to this object so that method calls can be chained together.
owners
- The optional list of owners for the described AMIs. The IDs amazon,
self, and explicit can be used to include AMIs owned by Amazon, AMIs
owned by the user, and AMIs for which the user has explicit launch
permissions, respectively.
public DescribeImagesRequest withOwners(Collection<String> owners)
Returns a reference to this object so that method calls can be chained together.
owners
- The optional list of owners for the described AMIs. The IDs amazon,
self, and explicit can be used to include AMIs owned by Amazon, AMIs
owned by the user, and AMIs for which the user has explicit launch
permissions, respectively.
public List<String> getExecutableUsers()
public void setExecutableUsers(Collection<String> executableUsers)
executableUsers
- The optional list of users with explicit launch permissions for the
described AMIs. The user ID can be a user's account ID, 'self' to
return AMIs for which the sender of the request has explicit launch
permissions, or 'all' to return AMIs with public launch permissions.public DescribeImagesRequest withExecutableUsers(String... executableUsers)
Returns a reference to this object so that method calls can be chained together.
executableUsers
- The optional list of users with explicit launch permissions for the
described AMIs. The user ID can be a user's account ID, 'self' to
return AMIs for which the sender of the request has explicit launch
permissions, or 'all' to return AMIs with public launch permissions.
public DescribeImagesRequest withExecutableUsers(Collection<String> executableUsers)
Returns a reference to this object so that method calls can be chained together.
executableUsers
- The optional list of users with explicit launch permissions for the
described AMIs. The user ID can be a user's account ID, 'self' to
return AMIs for which the sender of the request has explicit launch
permissions, or 'all' to return AMIs with public launch permissions.
public List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters
- A list of filters used to match properties for Images. For a complete
reference to the available filter keys for this operation, see the Amazon
EC2 API reference.public DescribeImagesRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters
- A list of filters used to match properties for Images. For a complete
reference to the available filter keys for this operation, see the Amazon
EC2 API reference.
public DescribeImagesRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters
- A list of filters used to match properties for Images. For a complete
reference to the available filter keys for this operation, see the Amazon
EC2 API reference.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |