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 weekly maintenance start time information, including day and time of the week.default UpdateMaintenanceStartTimeResponseStorageGatewayClient. updateMaintenanceStartTime(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest)Updates a gateway's weekly maintenance start time information, including day and time of the week.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 weekly maintenance start time information, including day and time of the week.default CompletableFuture<UpdateMaintenanceStartTimeResponse>StorageGatewayAsyncClient. updateMaintenanceStartTime(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest)Updates a gateway's weekly maintenance start time information, including day and time of the week.
-