Uses of Class
com.amazonaws.services.ec2.model.DescribeSnapshotAttributeRequest

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
 

Methods in com.amazonaws.services.ec2 with parameters of type DescribeSnapshotAttributeRequest
 DescribeSnapshotAttributeResult AmazonEC2Client.describeSnapshotAttribute(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
           Describes the specified attribute of the specified snapshot.
 DescribeSnapshotAttributeResult AmazonEC2.describeSnapshotAttribute(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
           Describes the specified attribute of the specified snapshot.
 Future<DescribeSnapshotAttributeResult> AmazonEC2AsyncClient.describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
           Describes the specified attribute of the specified snapshot.
 Future<DescribeSnapshotAttributeResult> AmazonEC2Async.describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
           Describes the specified attribute of the specified snapshot.
 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.
 

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.
 



Copyright © 2016. All rights reserved.