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 UserBucketDetails
UserBucketDetails. clone()
UserBucketDetails
SnapshotDetail. getUserBucket()
The S3 bucket for the disk image.UserBucketDetails
SnapshotTaskDetail. getUserBucket()
The S3 bucket for the disk image.UserBucketDetails
UserBucketDetails. withS3Bucket(String s3Bucket)
The S3 bucket from which the disk image was created.UserBucketDetails
UserBucketDetails. 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 void
SnapshotDetail. setUserBucket(UserBucketDetails userBucket)
The S3 bucket for the disk image.void
SnapshotTaskDetail. setUserBucket(UserBucketDetails userBucket)
The S3 bucket for the disk image.SnapshotDetail
SnapshotDetail. withUserBucket(UserBucketDetails userBucket)
The S3 bucket for the disk image.SnapshotTaskDetail
SnapshotTaskDetail. withUserBucket(UserBucketDetails userBucket)
The S3 bucket for the disk image.
-