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

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

Methods in com.amazonaws.services.ec2 with parameters of type ModifySnapshotAttributeRequest
 void AmazonEC2.modifySnapshotAttribute(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)
           Adds or remove permission settings for the specified snapshot.
 void AmazonEC2Client.modifySnapshotAttribute(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)
           Adds or remove permission settings for the specified snapshot.
 Future<Void> AmazonEC2AsyncClient.modifySnapshotAttributeAsync(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)
           Adds or remove permission settings for the specified snapshot.
 Future<Void> AmazonEC2Async.modifySnapshotAttributeAsync(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)
           Adds or remove permission settings for the specified snapshot.
 

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

Methods in com.amazonaws.services.ec2.model that return ModifySnapshotAttributeRequest
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withAttribute(String attribute)
          The name of the attribute being modified.
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withGroupNames(Collection<String> groupNames)
          The AWS group names to add to or remove from the list of groups that have permission to create EBS volumes from the specified snapshot.
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withGroupNames(String... groupNames)
          The AWS group names to add to or remove from the list of groups that have permission to create EBS volumes from the specified snapshot.
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withOperationType(String operationType)
          The operation to perform on the attribute.
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withSnapshotId(String snapshotId)
          The ID of the EBS snapshot whose attributes are being modified.
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withUserIds(Collection<String> userIds)
          The AWS user IDs to add to or remove from the list of users that have permission to create EBS volumes from the specified snapshot.
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withUserIds(String... userIds)
          The AWS user IDs to add to or remove from the list of users that have permission to create EBS volumes from the specified snapshot.
 



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