Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
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 |
---|---|
DescribeSnapshotAttributeRequest |
DescribeSnapshotAttributeRequest.clone() |
DescribeSnapshotAttributeRequest |
DescribeSnapshotAttributeRequest.withAttribute(SnapshotAttributeName attribute)
The snapshot attribute you would like to view.
|
DescribeSnapshotAttributeRequest |
DescribeSnapshotAttributeRequest.withAttribute(String attribute)
The snapshot attribute you would like to view.
|
DescribeSnapshotAttributeRequest |
DescribeSnapshotAttributeRequest.withSnapshotId(String snapshotId)
The ID of the EBS snapshot.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeSnapshotAttributeRequest> |
DescribeSnapshotAttributeRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.