Uses of Class
com.amazonaws.services.directory.model.DeleteSnapshotRequest
Packages that use DeleteSnapshotRequest
-
Uses of DeleteSnapshotRequest in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory with parameters of type DeleteSnapshotRequestModifier and TypeMethodDescriptionAbstractAWSDirectoryService.deleteSnapshot
(DeleteSnapshotRequest request) AWSDirectoryService.deleteSnapshot
(DeleteSnapshotRequest deleteSnapshotRequest) Deletes a directory snapshot.AWSDirectoryServiceClient.deleteSnapshot
(DeleteSnapshotRequest deleteSnapshotRequest) Deletes a directory snapshot.AbstractAWSDirectoryServiceAsync.deleteSnapshotAsync
(DeleteSnapshotRequest request) AbstractAWSDirectoryServiceAsync.deleteSnapshotAsync
(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest, DeleteSnapshotResult> asyncHandler) AWSDirectoryServiceAsync.deleteSnapshotAsync
(DeleteSnapshotRequest deleteSnapshotRequest) Deletes a directory snapshot.AWSDirectoryServiceAsync.deleteSnapshotAsync
(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest, DeleteSnapshotResult> asyncHandler) Deletes a directory snapshot.AWSDirectoryServiceAsyncClient.deleteSnapshotAsync
(DeleteSnapshotRequest request) AWSDirectoryServiceAsyncClient.deleteSnapshotAsync
(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest, DeleteSnapshotResult> asyncHandler) Method parameters in com.amazonaws.services.directory with type arguments of type DeleteSnapshotRequestModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.deleteSnapshotAsync
(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest, DeleteSnapshotResult> asyncHandler) AWSDirectoryServiceAsync.deleteSnapshotAsync
(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest, DeleteSnapshotResult> asyncHandler) Deletes a directory snapshot.AWSDirectoryServiceAsyncClient.deleteSnapshotAsync
(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest, DeleteSnapshotResult> asyncHandler) -
Uses of DeleteSnapshotRequest in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DeleteSnapshotRequestModifier and TypeMethodDescriptionDeleteSnapshotRequest.clone()
DeleteSnapshotRequest.withSnapshotId
(String snapshotId) The identifier of the directory snapshot to be deleted.