Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private S3Storage |
Storage.s3
An Amazon S3 storage location.
|
Modifier and Type | Method and Description |
---|---|
S3Storage |
S3Storage.clone() |
S3Storage |
Storage.getS3()
An Amazon S3 storage location.
|
S3Storage |
S3Storage.withAWSAccessKeyId(java.lang.String aWSAccessKeyId)
The access key ID of the owner of the bucket.
|
S3Storage |
S3Storage.withBucket(java.lang.String bucket)
The bucket in which to store the AMI.
|
S3Storage |
S3Storage.withPrefix(java.lang.String prefix)
The beginning of the file name of the AMI.
|
S3Storage |
S3Storage.withUploadPolicy(java.lang.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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
S3Storage |
S3StorageStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |