Uses of Class
com.amazonaws.services.ec2.model.UserBucket
Packages that use UserBucket
-
Uses of UserBucket in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return UserBucketModifier and TypeMethodDescriptionUserBucket.clone()
ImageDiskContainer.getUserBucket()
The S3 bucket for the disk image.SnapshotDiskContainer.getUserBucket()
The S3 bucket for the disk image.UserBucket.withS3Bucket
(String s3Bucket) The name of the S3 bucket where the disk image is located.The file name of the disk image.Methods in com.amazonaws.services.ec2.model with parameters of type UserBucketModifier and TypeMethodDescriptionvoid
ImageDiskContainer.setUserBucket
(UserBucket userBucket) The S3 bucket for the disk image.void
SnapshotDiskContainer.setUserBucket
(UserBucket userBucket) The S3 bucket for the disk image.ImageDiskContainer.withUserBucket
(UserBucket userBucket) The S3 bucket for the disk image.SnapshotDiskContainer.withUserBucket
(UserBucket userBucket) The S3 bucket for the disk image.