|
||||||||||
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
A request to describe the available Amazon Machine Images (AMIs).
Constructor Summary | |
---|---|
DescribeImagesRequest()
|
Method Summary | |
---|---|
List<String> |
getExecutableUsers()
The optional list of users with explicit launch permissions for the described AMIs. |
List<String> |
getImageIds()
An optional list of the AMI IDs to describe. |
List<String> |
getOwners()
The optional list of owners for the described AMIs. |
void |
setExecutableUsers(Collection<String> executableUsers)
The optional list of users with explicit launch permissions for the described AMIs. |
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()
|
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 |
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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, 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 String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |