|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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.*
EC2Api connection = // get connection
String imageId = connection.getWindowsServices().bundleInstanceInRegion(...bucketOwnedBy(anotherAccessKey));
- See Also:
Nested Class Summary
static class
BundleInstanceS3StorageOptions.Builder
Field Summary
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
Constructor Summary
BundleInstanceS3StorageOptions()
Method Summary
BundleInstanceS3StorageOptions
bucketOwnedBy(String ccessKeyId)
com.google.common.collect.Multimap<String,String>
buildFormParameters()
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
buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, 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()
- Specified by:
buildFormParameters in interface org.jclouds.http.options.HttpRequestOptions- Overrides:
buildFormParameters in class org.jclouds.http.options.BaseHttpRequestOptions
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-2014 The Apache Software Foundation. All Rights Reserved.