Uses of Class
com.amazonaws.services.ec2.model.ResetSnapshotAttributeRequest
Packages that use ResetSnapshotAttributeRequest
-
Uses of ResetSnapshotAttributeRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type ResetSnapshotAttributeRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.resetSnapshotAttribute
(ResetSnapshotAttributeRequest request) AmazonEC2.resetSnapshotAttribute
(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest) Resets permission settings for the specified snapshot.AmazonEC2Client.resetSnapshotAttribute
(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest) Resets permission settings for the specified snapshot.AbstractAmazonEC2Async.resetSnapshotAttributeAsync
(ResetSnapshotAttributeRequest request) AbstractAmazonEC2Async.resetSnapshotAttributeAsync
(ResetSnapshotAttributeRequest request, AsyncHandler<ResetSnapshotAttributeRequest, ResetSnapshotAttributeResult> asyncHandler) AmazonEC2Async.resetSnapshotAttributeAsync
(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest) Resets permission settings for the specified snapshot.AmazonEC2Async.resetSnapshotAttributeAsync
(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest, AsyncHandler<ResetSnapshotAttributeRequest, ResetSnapshotAttributeResult> asyncHandler) Resets permission settings for the specified snapshot.AmazonEC2AsyncClient.resetSnapshotAttributeAsync
(ResetSnapshotAttributeRequest request) AmazonEC2AsyncClient.resetSnapshotAttributeAsync
(ResetSnapshotAttributeRequest request, AsyncHandler<ResetSnapshotAttributeRequest, ResetSnapshotAttributeResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type ResetSnapshotAttributeRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.resetSnapshotAttributeAsync
(ResetSnapshotAttributeRequest request, AsyncHandler<ResetSnapshotAttributeRequest, ResetSnapshotAttributeResult> asyncHandler) AmazonEC2Async.resetSnapshotAttributeAsync
(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest, AsyncHandler<ResetSnapshotAttributeRequest, ResetSnapshotAttributeResult> asyncHandler) Resets permission settings for the specified snapshot.AmazonEC2AsyncClient.resetSnapshotAttributeAsync
(ResetSnapshotAttributeRequest request, AsyncHandler<ResetSnapshotAttributeRequest, ResetSnapshotAttributeResult> asyncHandler) -
Uses of ResetSnapshotAttributeRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ResetSnapshotAttributeRequestModifier and TypeMethodDescriptionResetSnapshotAttributeRequest.clone()
ResetSnapshotAttributeRequest.withAttribute
(SnapshotAttributeName attribute) The attribute to reset.ResetSnapshotAttributeRequest.withAttribute
(String attribute) The attribute to reset.ResetSnapshotAttributeRequest.withSnapshotId
(String snapshotId) The ID of the snapshot.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ResetSnapshotAttributeRequestModifier and TypeMethodDescriptionResetSnapshotAttributeRequest.getDryRunRequest()
This method is intended for internal use only.