Uses of Class
com.amazonaws.services.ec2.model.DescribeSnapshotAttributeRequest
-
Packages that use DescribeSnapshotAttributeRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DescribeSnapshotAttributeRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeSnapshotAttributeRequest Modifier and Type Method Description Future<DescribeSnapshotAttributeResult>AbstractAmazonEC2Async. 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.Future<DescribeSnapshotAttributeResult>AmazonEC2AsyncClient. describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest request, AsyncHandler<DescribeSnapshotAttributeRequest,DescribeSnapshotAttributeResult> asyncHandler) -
Uses of DescribeSnapshotAttributeRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeSnapshotAttributeRequest Modifier and Type Method Description DescribeSnapshotAttributeRequestDescribeSnapshotAttributeRequest. clone()DescribeSnapshotAttributeRequestDescribeSnapshotAttributeRequest. withAttribute(SnapshotAttributeName attribute)The snapshot attribute you would like to view.DescribeSnapshotAttributeRequestDescribeSnapshotAttributeRequest. withAttribute(String attribute)The snapshot attribute you would like to view.DescribeSnapshotAttributeRequestDescribeSnapshotAttributeRequest. withSnapshotId(String snapshotId)The ID of the EBS snapshot.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribeSnapshotAttributeRequest Modifier and Type Method Description Request<DescribeSnapshotAttributeRequest>DescribeSnapshotAttributeRequest. getDryRunRequest()This method is intended for internal use only.
-