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

Packages that use DescribeSnapshotAttributeResult
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 DescribeSnapshotAttributeResult in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 that return DescribeSnapshotAttributeResult
 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.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeSnapshotAttributeResult
 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 DescribeSnapshotAttributeResult in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return DescribeSnapshotAttributeResult
 DescribeSnapshotAttributeResult DescribeSnapshotAttributeResult.withCreateVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions)
          The list of permissions describing who can create a volume from the associated EBS snapshot.
 DescribeSnapshotAttributeResult DescribeSnapshotAttributeResult.withCreateVolumePermissions(CreateVolumePermission... createVolumePermissions)
          The list of permissions describing who can create a volume from the associated EBS snapshot.
 DescribeSnapshotAttributeResult DescribeSnapshotAttributeResult.withSnapshotId(String snapshotId)
          The ID of the snapshot whose attribute is being described.
 



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