Uses of Class
com.amazonaws.services.directory.model.DeleteSnapshotResult
Packages that use DeleteSnapshotResult
-
Uses of DeleteSnapshotResult in com.amazonaws.services.directory
Methods in com.amazonaws.services.directory that return DeleteSnapshotResultModifier and TypeMethodDescriptionAbstractAWSDirectoryService.deleteSnapshot
(DeleteSnapshotRequest request) AWSDirectoryService.deleteSnapshot
(DeleteSnapshotRequest deleteSnapshotRequest) Deletes a directory snapshot.AWSDirectoryServiceClient.deleteSnapshot
(DeleteSnapshotRequest deleteSnapshotRequest) Deletes a directory snapshot.Methods in com.amazonaws.services.directory that return types with arguments of type DeleteSnapshotResultModifier and TypeMethodDescriptionAbstractAWSDirectoryServiceAsync.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 DeleteSnapshotResultModifier 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 DeleteSnapshotResult in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return DeleteSnapshotResultModifier and TypeMethodDescriptionDeleteSnapshotResult.clone()
DeleteSnapshotResult.withSnapshotId
(String snapshotId) The identifier of the directory snapshot that was deleted.