Uses of Class
software.amazon.awssdk.services.storagegateway.model.DeleteSnapshotScheduleRequest
-
Packages that use DeleteSnapshotScheduleRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of DeleteSnapshotScheduleRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type DeleteSnapshotScheduleRequest Modifier and Type Method Description default CompletableFuture<DeleteSnapshotScheduleResponse>StorageGatewayAsyncClient. deleteSnapshotSchedule(DeleteSnapshotScheduleRequest deleteSnapshotScheduleRequest)Deletes a snapshot of a volume.default DeleteSnapshotScheduleResponseStorageGatewayClient. deleteSnapshotSchedule(DeleteSnapshotScheduleRequest deleteSnapshotScheduleRequest)Deletes a snapshot of a volume. -
Uses of DeleteSnapshotScheduleRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type DeleteSnapshotScheduleRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSnapshotScheduleRequestMarshaller. marshall(DeleteSnapshotScheduleRequest deleteSnapshotScheduleRequest)
-