Uses of Class
software.amazon.awssdk.services.storagegateway.model.UpdateSnapshotScheduleResponse
-
Packages that use UpdateSnapshotScheduleResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of UpdateSnapshotScheduleResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return UpdateSnapshotScheduleResponse Modifier and Type Method Description default UpdateSnapshotScheduleResponseStorageGatewayClient. updateSnapshotSchedule(Consumer<UpdateSnapshotScheduleRequest.Builder> updateSnapshotScheduleRequest)Updates a snapshot schedule configured for a gateway volume.default UpdateSnapshotScheduleResponseStorageGatewayClient. updateSnapshotSchedule(UpdateSnapshotScheduleRequest updateSnapshotScheduleRequest)Updates a snapshot schedule configured for a gateway volume.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type UpdateSnapshotScheduleResponse Modifier and Type Method Description default CompletableFuture<UpdateSnapshotScheduleResponse>StorageGatewayAsyncClient. updateSnapshotSchedule(Consumer<UpdateSnapshotScheduleRequest.Builder> updateSnapshotScheduleRequest)Updates a snapshot schedule configured for a gateway volume.default CompletableFuture<UpdateSnapshotScheduleResponse>StorageGatewayAsyncClient. updateSnapshotSchedule(UpdateSnapshotScheduleRequest updateSnapshotScheduleRequest)Updates a snapshot schedule configured for a gateway volume.
-