Uses of Class
software.amazon.awssdk.services.storagegateway.model.UpdateMaintenanceStartTimeResponse
-
Packages that use UpdateMaintenanceStartTimeResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of UpdateMaintenanceStartTimeResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return UpdateMaintenanceStartTimeResponse Modifier and Type Method Description default UpdateMaintenanceStartTimeResponseStorageGatewayClient. updateMaintenanceStartTime(Consumer<UpdateMaintenanceStartTimeRequest.Builder> updateMaintenanceStartTimeRequest)Updates a gateway's maintenance window schedule, with settings for monthly or weekly cadence, specific day and time to begin maintenance, and which types of updates to apply.default UpdateMaintenanceStartTimeResponseStorageGatewayClient. updateMaintenanceStartTime(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest)Updates a gateway's maintenance window schedule, with settings for monthly or weekly cadence, specific day and time to begin maintenance, and which types of updates to apply.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type UpdateMaintenanceStartTimeResponse Modifier and Type Method Description default CompletableFuture<UpdateMaintenanceStartTimeResponse>StorageGatewayAsyncClient. updateMaintenanceStartTime(Consumer<UpdateMaintenanceStartTimeRequest.Builder> updateMaintenanceStartTimeRequest)Updates a gateway's maintenance window schedule, with settings for monthly or weekly cadence, specific day and time to begin maintenance, and which types of updates to apply.default CompletableFuture<UpdateMaintenanceStartTimeResponse>StorageGatewayAsyncClient. updateMaintenanceStartTime(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest)Updates a gateway's maintenance window schedule, with settings for monthly or weekly cadence, specific day and time to begin maintenance, and which types of updates to apply.
-