Uses of Class
com.amazonaws.services.directory.model.DeleteSnapshotRequest
-
Packages that use DeleteSnapshotRequest Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of DeleteSnapshotRequest in com.amazonaws.services.directory
Method parameters in com.amazonaws.services.directory with type arguments of type DeleteSnapshotRequest Modifier and Type Method Description Future<DeleteSnapshotResult>AbstractAWSDirectoryServiceAsync. deleteSnapshotAsync(DeleteSnapshotRequest request, AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResult> asyncHandler)Future<DeleteSnapshotResult>AWSDirectoryServiceAsync. deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResult> asyncHandler)Deletes a directory snapshot.Future<DeleteSnapshotResult>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 DeleteSnapshotRequest Modifier and Type Method Description DeleteSnapshotRequestDeleteSnapshotRequest. clone()DeleteSnapshotRequestDeleteSnapshotRequest. withSnapshotId(String snapshotId)The identifier of the directory snapshot to be deleted.
-