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.
|
com.amazonaws.services.ec2.model.transform |
Marhsalling for the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeSnapshotAttributeResult> |
AmazonEC2AsyncClient.describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest,
AsyncHandler<DescribeSnapshotAttributeRequest,DescribeSnapshotAttributeResult> asyncHandler)
Describes an attribute of the specified snapshot.
|
Future<DescribeSnapshotAttributeResult> |
AmazonEC2Async.describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest,
AsyncHandler<DescribeSnapshotAttributeRequest,DescribeSnapshotAttributeResult> asyncHandler)
Describes an attribute of the specified snapshot.
|
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotAttributeRequest |
DescribeSnapshotAttributeRequest.withAttribute(SnapshotAttributeName attribute)
The snapshot attribute.
|
DescribeSnapshotAttributeRequest |
DescribeSnapshotAttributeRequest.withAttribute(String attribute)
The snapshot attribute.
|
DescribeSnapshotAttributeRequest |
DescribeSnapshotAttributeRequest.withSnapshotId(String snapshotId)
The ID of the Amazon EBS snapshot.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeSnapshotAttributeRequest> |
DescribeSnapshotAttributeRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeSnapshotAttributeRequest> |
DescribeSnapshotAttributeRequestMarshaller.marshall(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DescribeSnapshotAttributeRequest> |
DescribeSnapshotAttributeRequestMarshaller.marshall(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest) |
Copyright © 2016. All rights reserved.