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 S3StorageS3Storage. clone()S3StorageStorage. getS3()An Amazon S3 storage location.S3StorageS3Storage. withAWSAccessKeyId(String aWSAccessKeyId)The access key ID of the owner of the bucket.S3StorageS3Storage. withBucket(String bucket)The bucket in which to store the AMI.S3StorageS3Storage. withPrefix(String prefix)The beginning of the file name of the AMI.S3StorageS3Storage. withUploadPolicy(String uploadPolicy)A base64-encoded Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf.S3StorageS3Storage. 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 voidStorage. setS3(S3Storage s3)An Amazon S3 storage location.StorageStorage. withS3(S3Storage s3)An Amazon S3 storage location.
-