Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
S3Storage |
Storage.getS3()
An Amazon S3 storage location.
|
S3Storage |
S3Storage.withAWSAccessKeyId(String aWSAccessKeyId)
The access key ID of the owner of the bucket.
|
S3Storage |
S3Storage.withBucket(String bucket)
The bucket in which to store the AMI.
|
S3Storage |
S3Storage.withPrefix(String prefix)
The beginning of the file name of the AMI.
|
S3Storage |
S3Storage.withUploadPolicy(String uploadPolicy)
A Base64-encoded Amazon S3 upload policy that gives Amazon EC2
permission to upload items into Amazon S3 on your behalf.
|
S3Storage |
S3Storage.withUploadPolicySignature(String uploadPolicySignature)
The signature of the Base64 encoded JSON document.
|
Modifier and Type | Method and Description |
---|---|
void |
Storage.setS3(S3Storage s3)
An Amazon S3 storage location.
|
Storage |
Storage.withS3(S3Storage s3)
An Amazon S3 storage location.
|
Copyright © 2014. All rights reserved.