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 DeleteSnapshotResult
AbstractAWSDirectoryService. deleteSnapshot(DeleteSnapshotRequest request)
DeleteSnapshotResult
AWSDirectoryService. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes a directory snapshot.DeleteSnapshotResult
AWSDirectoryServiceClient. 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 DeleteSnapshotResult
DeleteSnapshotResult. clone()
DeleteSnapshotResult
DeleteSnapshotResult. withSnapshotId(String snapshotId)
The identifier of the directory snapshot that was deleted.
-