Uses of Class
software.amazon.awssdk.services.fsx.model.CreateSnapshotResponse
-
Packages that use CreateSnapshotResponse Package Description software.amazon.awssdk.services.fsx Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage. -
-
Uses of CreateSnapshotResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return CreateSnapshotResponse Modifier and Type Method Description default CreateSnapshotResponseFSxClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of an existing Amazon FSx for OpenZFS volume.default CreateSnapshotResponseFSxClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a snapshot of an existing Amazon FSx for OpenZFS volume.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type CreateSnapshotResponse Modifier and Type Method Description default CompletableFuture<CreateSnapshotResponse>FSxAsyncClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Creates a snapshot of an existing Amazon FSx for OpenZFS volume.default CompletableFuture<CreateSnapshotResponse>FSxAsyncClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Creates a snapshot of an existing Amazon FSx for OpenZFS volume.
-