Uses of Class
com.amazonaws.services.directory.model.DeleteSnapshotResult
-
Packages that use DeleteSnapshotResult Package Description com.amazonaws.services.directory com.amazonaws.services.directory.model -
-
Uses of DeleteSnapshotResult in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory that return DeleteSnapshotResult Modifier and Type Method Description DeleteSnapshotResultAbstractAWSDirectoryService. deleteSnapshot(DeleteSnapshotRequest request)DeleteSnapshotResultAWSDirectoryService. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes a directory snapshot.DeleteSnapshotResultAWSDirectoryServiceClient. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes a directory snapshot.Method parameters in com.amazonaws.services.directory with type arguments of type DeleteSnapshotResult 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 DeleteSnapshotResult in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DeleteSnapshotResult Modifier and Type Method Description DeleteSnapshotResultDeleteSnapshotResult. clone()DeleteSnapshotResultDeleteSnapshotResult. withSnapshotId(String snapshotId)The identifier of the directory snapshot that was deleted.
-