Uses of Class
com.amazonaws.services.ec2.model.UserBucketDetails
-
Packages that use UserBucketDetails Package Description com.amazonaws.services.ec2.model -
-
Uses of UserBucketDetails in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return UserBucketDetails Modifier and Type Method Description UserBucketDetailsUserBucketDetails. clone()UserBucketDetailsSnapshotDetail. getUserBucket()The S3 bucket for the disk image.UserBucketDetailsSnapshotTaskDetail. getUserBucket()The S3 bucket for the disk image.UserBucketDetailsUserBucketDetails. withS3Bucket(String s3Bucket)The S3 bucket from which the disk image was created.UserBucketDetailsUserBucketDetails. withS3Key(String s3Key)The file name of the disk image.Methods in com.amazonaws.services.ec2.model with parameters of type UserBucketDetails Modifier and Type Method Description voidSnapshotDetail. setUserBucket(UserBucketDetails userBucket)The S3 bucket for the disk image.voidSnapshotTaskDetail. setUserBucket(UserBucketDetails userBucket)The S3 bucket for the disk image.SnapshotDetailSnapshotDetail. withUserBucket(UserBucketDetails userBucket)The S3 bucket for the disk image.SnapshotTaskDetailSnapshotTaskDetail. withUserBucket(UserBucketDetails userBucket)The S3 bucket for the disk image.
-