Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
UserBucketDetails |
UserBucketDetails.clone() |
UserBucketDetails |
SnapshotTaskDetail.getUserBucket()
The S3 bucket for the disk image.
|
UserBucketDetails |
SnapshotDetail.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.
|
Modifier and Type | Method and Description |
---|---|
void |
SnapshotTaskDetail.setUserBucket(UserBucketDetails userBucket)
The S3 bucket for the disk image.
|
void |
SnapshotDetail.setUserBucket(UserBucketDetails userBucket)
The S3 bucket for the disk image.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withUserBucket(UserBucketDetails userBucket)
The S3 bucket for the disk image.
|
SnapshotDetail |
SnapshotDetail.withUserBucket(UserBucketDetails userBucket)
The S3 bucket for the disk image.
|
Copyright © 2018. All rights reserved.