Uses of Class
software.amazon.awssdk.services.directory.model.CreateSnapshotResponse
-
Packages that use CreateSnapshotResponse Package Description software.amazon.awssdk.services.directory Directory Service -
-
Uses of CreateSnapshotResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return CreateSnapshotResponse Modifier and Type Method Description default CreateSnapshotResponseDirectoryClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.default CreateSnapshotResponseDirectoryClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.Methods in software.amazon.awssdk.services.directory that return types with arguments of type CreateSnapshotResponse Modifier and Type Method Description default CompletableFuture<CreateSnapshotResponse>DirectoryAsyncClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.default CompletableFuture<CreateSnapshotResponse>DirectoryAsyncClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.
-