Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotAttributeResult |
AmazonEC2.describeSnapshotAttribute(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
Describes the specified attribute of the specified snapshot.
|
DescribeSnapshotAttributeResult |
AmazonEC2Client.describeSnapshotAttribute(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
Describes the specified attribute of the specified snapshot.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeSnapshotAttributeResult> |
AmazonEC2AsyncClient.describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest,
AsyncHandler<DescribeSnapshotAttributeRequest,DescribeSnapshotAttributeResult> asyncHandler)
Describes the specified attribute of the specified snapshot.
|
Future<DescribeSnapshotAttributeResult> |
AmazonEC2Async.describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest,
AsyncHandler<DescribeSnapshotAttributeRequest,DescribeSnapshotAttributeResult> asyncHandler)
Describes the specified attribute of the specified snapshot.
|
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResult.withCreateVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions)
A list of permissions for creating volumes from the snapshot.
|
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResult.withCreateVolumePermissions(CreateVolumePermission... createVolumePermissions)
A list of permissions for creating volumes from the snapshot.
|
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResult.withProductCodes(Collection<ProductCode> productCodes)
A list of product codes.
|
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResult.withProductCodes(ProductCode... productCodes)
A list of product codes.
|
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResult.withSnapshotId(String snapshotId)
The ID of the Amazon EBS snapshot.
|
Copyright © 2014. All rights reserved.