Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotAttributeResult |
AbstractAmazonEC2.describeSnapshotAttribute(DescribeSnapshotAttributeRequest request) |
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> |
AbstractAmazonEC2Async.describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest request,
AsyncHandler<DescribeSnapshotAttributeRequest,DescribeSnapshotAttributeResult> asyncHandler) |
Future<DescribeSnapshotAttributeResult> |
AmazonEC2AsyncClient.describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest request,
AsyncHandler<DescribeSnapshotAttributeRequest,DescribeSnapshotAttributeResult> asyncHandler) |
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.clone() |
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 EBS snapshot.
|
Copyright © 2018. All rights reserved.