Uses of Class
com.amazonaws.services.ec2.model.ModifySnapshotAttributeRequest
Packages that use ModifySnapshotAttributeRequest
-
Uses of ModifySnapshotAttributeRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type ModifySnapshotAttributeRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.modifySnapshotAttribute
(ModifySnapshotAttributeRequest request) AmazonEC2.modifySnapshotAttribute
(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest) Adds or removes permission settings for the specified snapshot.AmazonEC2Client.modifySnapshotAttribute
(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest) Adds or removes permission settings for the specified snapshot.AbstractAmazonEC2Async.modifySnapshotAttributeAsync
(ModifySnapshotAttributeRequest request) AbstractAmazonEC2Async.modifySnapshotAttributeAsync
(ModifySnapshotAttributeRequest request, AsyncHandler<ModifySnapshotAttributeRequest, ModifySnapshotAttributeResult> asyncHandler) AmazonEC2Async.modifySnapshotAttributeAsync
(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest) Adds or removes permission settings for the specified snapshot.AmazonEC2Async.modifySnapshotAttributeAsync
(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest, AsyncHandler<ModifySnapshotAttributeRequest, ModifySnapshotAttributeResult> asyncHandler) Adds or removes permission settings for the specified snapshot.AmazonEC2AsyncClient.modifySnapshotAttributeAsync
(ModifySnapshotAttributeRequest request) AmazonEC2AsyncClient.modifySnapshotAttributeAsync
(ModifySnapshotAttributeRequest request, AsyncHandler<ModifySnapshotAttributeRequest, ModifySnapshotAttributeResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifySnapshotAttributeRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.modifySnapshotAttributeAsync
(ModifySnapshotAttributeRequest request, AsyncHandler<ModifySnapshotAttributeRequest, ModifySnapshotAttributeResult> asyncHandler) AmazonEC2Async.modifySnapshotAttributeAsync
(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest, AsyncHandler<ModifySnapshotAttributeRequest, ModifySnapshotAttributeResult> asyncHandler) Adds or removes permission settings for the specified snapshot.AmazonEC2AsyncClient.modifySnapshotAttributeAsync
(ModifySnapshotAttributeRequest request, AsyncHandler<ModifySnapshotAttributeRequest, ModifySnapshotAttributeResult> asyncHandler) -
Uses of ModifySnapshotAttributeRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ModifySnapshotAttributeRequestModifier and TypeMethodDescriptionModifySnapshotAttributeRequest.clone()
ModifySnapshotAttributeRequest.withAttribute
(SnapshotAttributeName attribute) The snapshot attribute to modify.ModifySnapshotAttributeRequest.withAttribute
(String attribute) The snapshot attribute to modify.ModifySnapshotAttributeRequest.withCreateVolumePermission
(CreateVolumePermissionModifications createVolumePermission) A JSON representation of the snapshot attribute modification.ModifySnapshotAttributeRequest.withGroupNames
(String... groupNames) The group to modify for the snapshot.ModifySnapshotAttributeRequest.withGroupNames
(Collection<String> groupNames) The group to modify for the snapshot.ModifySnapshotAttributeRequest.withOperationType
(OperationType operationType) The type of operation to perform to the attribute.ModifySnapshotAttributeRequest.withOperationType
(String operationType) The type of operation to perform to the attribute.ModifySnapshotAttributeRequest.withSnapshotId
(String snapshotId) The ID of the snapshot.ModifySnapshotAttributeRequest.withUserIds
(String... userIds) The account ID to modify for the snapshot.ModifySnapshotAttributeRequest.withUserIds
(Collection<String> userIds) The account ID to modify for the snapshot.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ModifySnapshotAttributeRequestModifier and TypeMethodDescriptionModifySnapshotAttributeRequest.getDryRunRequest()
This method is intended for internal use only.