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