|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeSnapshotAttributeRequest | |
---|---|
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. |
Uses of DescribeSnapshotAttributeRequest in com.amazonaws.services.ec2 |
---|
Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeSnapshotAttributeRequest | |
---|---|
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. |
Uses of DescribeSnapshotAttributeRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return DescribeSnapshotAttributeRequest | |
---|---|
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 Amazon EBS snapshot. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribeSnapshotAttributeRequest | |
---|---|
Request<DescribeSnapshotAttributeRequest> |
DescribeSnapshotAttributeRequest.getDryRunRequest()
This method is intended for internal use only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |