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 AmazonEC2.describeSnapshotAttribute(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
           Returns information about an attribute of a snapshot.
 DescribeSnapshotAttributeResult AmazonEC2Client.describeSnapshotAttribute(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
           Returns information about an attribute of a snapshot.
 Future<DescribeSnapshotAttributeResult> AmazonEC2AsyncClient.describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
           Returns information about an attribute of a snapshot.
 Future<DescribeSnapshotAttributeResult> AmazonEC2Async.describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
           Returns information about an attribute of a snapshot.
 

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

Methods in com.amazonaws.services.ec2.model that return DescribeSnapshotAttributeRequest
 DescribeSnapshotAttributeRequest DescribeSnapshotAttributeRequest.withAttribute(String attribute)
          The name of the EBS attribute to describe.
 DescribeSnapshotAttributeRequest DescribeSnapshotAttributeRequest.withSnapshotId(String snapshotId)
          The ID of the EBS snapshot whose attribute is being described.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.