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

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

Methods in com.amazonaws.services.ec2 with parameters of type ResetSnapshotAttributeRequest
 void AmazonEC2.resetSnapshotAttribute(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest)
           Resets permission settings for the specified snapshot.
 void AmazonEC2Client.resetSnapshotAttribute(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest)
           Resets permission settings for the specified snapshot.
 Future<Void> AmazonEC2AsyncClient.resetSnapshotAttributeAsync(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest)
           Resets permission settings for the specified snapshot.
 Future<Void> AmazonEC2Async.resetSnapshotAttributeAsync(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest)
           Resets permission settings for the specified snapshot.
 

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

Methods in com.amazonaws.services.ec2.model that return ResetSnapshotAttributeRequest
 ResetSnapshotAttributeRequest ResetSnapshotAttributeRequest.withAttribute(String attribute)
          The name of the attribute being reset.
 ResetSnapshotAttributeRequest ResetSnapshotAttributeRequest.withSnapshotId(String snapshotId)
          The ID of the snapshot whose attribute is being reset.
 



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