Uses of Class
com.amazonaws.services.ec2.model.DescribeSnapshotAttributeRequest
Packages that use DescribeSnapshotAttributeRequest
-
Uses of DescribeSnapshotAttributeRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type DescribeSnapshotAttributeRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.describeSnapshotAttribute
(DescribeSnapshotAttributeRequest request) AmazonEC2.describeSnapshotAttribute
(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest) Describes the specified attribute of the specified snapshot.AmazonEC2Client.describeSnapshotAttribute
(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest) Describes the specified attribute of the specified snapshot.AbstractAmazonEC2Async.describeSnapshotAttributeAsync
(DescribeSnapshotAttributeRequest request) AbstractAmazonEC2Async.describeSnapshotAttributeAsync
(DescribeSnapshotAttributeRequest request, AsyncHandler<DescribeSnapshotAttributeRequest, DescribeSnapshotAttributeResult> asyncHandler) AmazonEC2Async.describeSnapshotAttributeAsync
(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest) Describes the specified attribute of the specified snapshot.AmazonEC2Async.describeSnapshotAttributeAsync
(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest, AsyncHandler<DescribeSnapshotAttributeRequest, DescribeSnapshotAttributeResult> asyncHandler) Describes the specified attribute of the specified snapshot.AmazonEC2AsyncClient.describeSnapshotAttributeAsync
(DescribeSnapshotAttributeRequest request) AmazonEC2AsyncClient.describeSnapshotAttributeAsync
(DescribeSnapshotAttributeRequest request, AsyncHandler<DescribeSnapshotAttributeRequest, DescribeSnapshotAttributeResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeSnapshotAttributeRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeSnapshotAttributeAsync
(DescribeSnapshotAttributeRequest request, AsyncHandler<DescribeSnapshotAttributeRequest, DescribeSnapshotAttributeResult> asyncHandler) AmazonEC2Async.describeSnapshotAttributeAsync
(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest, AsyncHandler<DescribeSnapshotAttributeRequest, DescribeSnapshotAttributeResult> asyncHandler) Describes the specified attribute of the specified snapshot.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 DescribeSnapshotAttributeRequestModifier and TypeMethodDescriptionDescribeSnapshotAttributeRequest.clone()
DescribeSnapshotAttributeRequest.withAttribute
(SnapshotAttributeName attribute) The snapshot attribute you would like to view.DescribeSnapshotAttributeRequest.withAttribute
(String attribute) The snapshot attribute you would like to view.DescribeSnapshotAttributeRequest.withSnapshotId
(String snapshotId) The ID of the EBS snapshot.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribeSnapshotAttributeRequestModifier and TypeMethodDescriptionDescribeSnapshotAttributeRequest.getDryRunRequest()
This method is intended for internal use only.