Uses of Class
software.amazon.awssdk.services.directory.model.DeleteSnapshotResponse
-
Packages that use DeleteSnapshotResponse Package Description software.amazon.awssdk.services.directory Directory Service -
-
Uses of DeleteSnapshotResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return DeleteSnapshotResponse Modifier and Type Method Description default DeleteSnapshotResponseDirectoryClient. deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)Deletes a directory snapshot.default DeleteSnapshotResponseDirectoryClient. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes a directory snapshot.Methods in software.amazon.awssdk.services.directory that return types with arguments of type DeleteSnapshotResponse Modifier and Type Method Description default CompletableFuture<DeleteSnapshotResponse>DirectoryAsyncClient. deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)Deletes a directory snapshot.default CompletableFuture<DeleteSnapshotResponse>DirectoryAsyncClient. deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)Deletes a directory snapshot.
-