Uses of Class
software.amazon.awssdk.services.fsx.model.CreateSnapshotRequest
-
Packages that use CreateSnapshotRequest 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.software.amazon.awssdk.services.fsx.transform -
-
Uses of CreateSnapshotRequest in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx with parameters of type CreateSnapshotRequest Modifier and Type Method Description default CompletableFuture<CreateSnapshotResponse>FSxAsyncClient. createSnapshot(CreateSnapshotRequest 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. -
Uses of CreateSnapshotRequest in software.amazon.awssdk.services.fsx.transform
Methods in software.amazon.awssdk.services.fsx.transform with parameters of type CreateSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCreateSnapshotRequestMarshaller. marshall(CreateSnapshotRequest createSnapshotRequest)
-