Uses of Class
com.amazonaws.services.ec2.model.S3Storage
Packages that use S3Storage
-
Uses of S3Storage in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return S3StorageModifier and TypeMethodDescriptionS3Storage.clone()
Storage.getS3()
An Amazon S3 storage location.S3Storage.withAWSAccessKeyId
(String aWSAccessKeyId) The access key ID of the owner of the bucket.S3Storage.withBucket
(String bucket) The bucket in which to store the AMI.S3Storage.withPrefix
(String prefix) The beginning of the file name of the AMI.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.withUploadPolicySignature
(String uploadPolicySignature) The signature of the Base64 encoded JSON document.Methods in com.amazonaws.services.ec2.model with parameters of type S3Storage