Package org.jclouds.ec2.options
Class DescribeImagesOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.ec2.options.internal.BaseEC2RequestOptions
org.jclouds.ec2.options.DescribeImagesOptions
- All Implemented Interfaces:
HttpRequestOptions
- Direct Known Subclasses:
AWSDescribeImagesOptions
Contains options supported in the Form API for the DescribeImages operation.
Usage
The recommended way to instantiate a DescribeImagesOptions object is to statically import DescribeImagesOptions.Builder.* and invoke a static creation method followed by an instance mutator (if needed):
import static org.jclouds.ec2.options.DescribeImagesOptions.Builder.*
EC2Api connection = // get connection
Futureinvalid input: '<'Set> images = connection.getAMIApi().get().describeImages(executableBy("123125").imageIds(1000, 1004));
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecutableBy
(String identityId) AMIs for which the specified user has explicit launch permissions.AMI IDs to describe.Returns AMIs owned by the specified owner.Methods inherited from class org.jclouds.ec2.options.internal.BaseEC2RequestOptions
getFormValuesWithKeysPrefixedBy, indexFormValuesWithPrefix, indexFormValuesWithPrefix, toString
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader
-
Field Details
-
NONE
-
-
Constructor Details
-
DescribeImagesOptions
public DescribeImagesOptions()
-
-
Method Details
-
executableBy
AMIs for which the specified user has explicit launch permissions. -
getExecutableBy
-
imageIds
AMI IDs to describe. -
imageIds
-
getImageIds
-
ownedBy
Returns AMIs owned by the specified owner. Multiple owners can be specified. -
getOwners
-