|
||||||||||
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.BundleInstanceS3StorageOptions
public class BundleInstanceS3StorageOptions
Contains options supported in the Form API for the RegisterImage operation.
import static org.jclouds.ec2.options.BundleInstanceS3StorageOptions.Builder.*
EC2Client connection = // get connection
String imageId = connection.getWindowsServices().bundleInstanceInRegion(...bucketOwnedBy(anotherAccessKey));
- Author:
- Adrian Cole
- See Also:
Nested Class Summary
static class
BundleInstanceS3StorageOptions.Builder
Field Summary
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor Summary
BundleInstanceS3StorageOptions()
Method Summary
BundleInstanceS3StorageOptions
bucketOwnedBy(String ccessKeyId)
com.google.common.collect.Multimap<String,String>
buildFormParameters()
Builds form parameters representing options.
String
getAwsAccessKeyId()
Methods inherited from class org.jclouds.ec2.options.internal.BaseEC2RequestOptions
getFormValuesWithKeysPrefixedBy, indexFormValuesWithPrefix, indexFormValuesWithPrefix, toString
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
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
Constructor Detail
BundleInstanceS3StorageOptions
public BundleInstanceS3StorageOptions()
Method Detail
buildFormParameters
public com.google.common.collect.Multimap<String,String> buildFormParameters()
- Description copied from interface:
HttpRequestOptions
- Builds form parameters representing options.
- Specified by:
buildFormParameters
in interface HttpRequestOptions
- Overrides:
buildFormParameters
in class BaseHttpRequestOptions
- Returns:
- map that may contain query parameters.
bucketOwnedBy
public BundleInstanceS3StorageOptions bucketOwnedBy(String ccessKeyId)
- Parameters:
ccessKeyId
- The Access Key ID of the owner of the Amazon S3 bucket.
getAwsAccessKeyId
public String getAwsAccessKeyId()
- Returns:
- The Access Key ID of the owner of the Amazon S3 bucket.
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.