Uses of Class
com.amazonaws.services.ec2.model.S3Storage
-
Packages that use S3Storage Package Description com.amazonaws.services.ec2.model -
-
Uses of S3Storage in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return S3Storage Modifier and Type Method Description S3Storage
S3Storage. clone()
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.Methods in com.amazonaws.services.ec2.model with parameters of type S3Storage Modifier and Type Method Description void
Storage. setS3(S3Storage s3)
An Amazon S3 storage location.Storage
Storage. withS3(S3Storage s3)
An Amazon S3 storage location.
-