|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.http.options.BaseHttpRequestOptions org.jclouds.ec2.options.internal.BaseEC2RequestOptions org.jclouds.ec2.options.DescribeImagesOptions
public class DescribeImagesOptions
Contains options supported in the Form API for the DescribeImages operation.
import static org.jclouds.ec2.options.DescribeImagesOptions.Builder.*
EC2Client connection = // get connection
Future> images = connection.getAMIServices().describeImages(executableBy("123125").imageIds(1000, 1004));
- Author:
- Adrian Cole
- See Also:
Nested Class Summary
static class
DescribeImagesOptions.Builder
Field Summary
static DescribeImagesOptions
NONE
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor Summary
DescribeImagesOptions()
Method Summary
DescribeImagesOptions
executableBy(String identityId)
AMIs for which the specified user has explicit launch permissions.
String
getExecutableBy()
Set<String>
getImageIds()
Set<String>
getOwners()
DescribeImagesOptions
imageIds(Iterable<String> imageIds)
DescribeImagesOptions
imageIds(String... imageIds)
AMI IDs to describe.
DescribeImagesOptions
ownedBy(String... owners)
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, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Field Detail
NONE
public static final DescribeImagesOptions NONE
Constructor Detail
DescribeImagesOptions
public DescribeImagesOptions()
Method Detail
executableBy
public DescribeImagesOptions executableBy(String identityId)
- AMIs for which the specified user has explicit launch permissions.
getExecutableBy
public String getExecutableBy()
imageIds
public DescribeImagesOptions imageIds(String... imageIds)
- AMI IDs to describe.
imageIds
public DescribeImagesOptions imageIds(Iterable<String> imageIds)
getImageIds
public Set<String> getImageIds()
ownedBy
public DescribeImagesOptions ownedBy(String... owners)
- Returns AMIs owned by the specified owner. Multiple owners can be specified.
getOwners
public Set<String> getOwners()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009-2011 jclouds. All Rights Reserved.