Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
UserBucketDetails |
UserBucketDetails.clone() |
UserBucketDetails |
SnapshotDetail.getUserBucket() |
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 key from which the disk image was created.
|
Modifier and Type | Method and Description |
---|---|
void |
SnapshotDetail.setUserBucket(UserBucketDetails userBucket) |
void |
SnapshotTaskDetail.setUserBucket(UserBucketDetails userBucket)
The S3 bucket for the disk image.
|
SnapshotDetail |
SnapshotDetail.withUserBucket(UserBucketDetails userBucket)
Returns a reference to this object so that method calls can be chained together.
|
SnapshotTaskDetail |
SnapshotTaskDetail.withUserBucket(UserBucketDetails userBucket)
The S3 bucket for the disk image.
|
Copyright © 2015. All rights reserved.