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 AmazonEC2Client.modifySnapshotAttribute(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)
           Adds or removes permission settings for the specified snapshot.
 void AmazonEC2.modifySnapshotAttribute(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)
           Adds or removes permission settings for the specified snapshot.
 Future<Void> AmazonEC2AsyncClient.modifySnapshotAttributeAsync(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)
           Adds or removes permission settings for the specified snapshot.
 Future<Void> AmazonEC2Async.modifySnapshotAttributeAsync(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest)
           Adds or removes permission settings for the specified snapshot.
 Future<Void> AmazonEC2AsyncClient.modifySnapshotAttributeAsync(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest, AsyncHandler<ModifySnapshotAttributeRequest,Void> asyncHandler)
           Adds or removes permission settings for the specified snapshot.
 Future<Void> AmazonEC2Async.modifySnapshotAttributeAsync(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest, AsyncHandler<ModifySnapshotAttributeRequest,Void> asyncHandler)
           Adds or removes permission settings for the specified snapshot.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifySnapshotAttributeRequest
 Future<Void> AmazonEC2AsyncClient.modifySnapshotAttributeAsync(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest, AsyncHandler<ModifySnapshotAttributeRequest,Void> asyncHandler)
           Adds or removes permission settings for the specified snapshot.
 Future<Void> AmazonEC2Async.modifySnapshotAttributeAsync(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest, AsyncHandler<ModifySnapshotAttributeRequest,Void> asyncHandler)
           Adds or removes 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(SnapshotAttributeName attribute)
          The snapshot attribute to modify.
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withAttribute(String attribute)
          The snapshot attribute to modify.
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withCreateVolumePermission(CreateVolumePermissionModifications createVolumePermission)
          A JSON representation of the snapshot attribute modification.
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withGroupNames(Collection<String> groupNames)
          The group to modify for the snapshot.
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withGroupNames(String... groupNames)
          The group to modify for the snapshot.
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withOperationType(String operationType)
          The type of operation to perform to the attribute.
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withSnapshotId(String snapshotId)
          The ID of the snapshot.
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withUserIds(Collection<String> userIds)
          The account ID to modify for the snapshot.
 ModifySnapshotAttributeRequest ModifySnapshotAttributeRequest.withUserIds(String... userIds)
          The account ID to modify for the snapshot.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type ModifySnapshotAttributeRequest
 Request<ModifySnapshotAttributeRequest> ModifySnapshotAttributeRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.