Uses of Class
software.amazon.awssdk.services.storagegateway.model.CreateSnapshotRequest
-
Packages that use CreateSnapshotRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of CreateSnapshotRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type CreateSnapshotRequest Modifier and Type Method Description default CompletableFuture<CreateSnapshotResponse>StorageGatewayAsyncClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Initiates a snapshot of a volume.default CreateSnapshotResponseStorageGatewayClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Initiates a snapshot of a volume. -
Uses of CreateSnapshotRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type CreateSnapshotRequest Modifier and Type Method Description SdkHttpFullRequestCreateSnapshotRequestMarshaller. marshall(CreateSnapshotRequest createSnapshotRequest)
-