Uses of Class
software.amazon.awssdk.services.storagegateway.model.UpdateMaintenanceStartTimeRequest
-
Packages that use UpdateMaintenanceStartTimeRequest Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.transform -
-
Uses of UpdateMaintenanceStartTimeRequest in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway with parameters of type UpdateMaintenanceStartTimeRequest Modifier and Type Method Description default CompletableFuture<UpdateMaintenanceStartTimeResponse>StorageGatewayAsyncClient. updateMaintenanceStartTime(UpdateMaintenanceStartTimeRequest 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. -
Uses of UpdateMaintenanceStartTimeRequest in software.amazon.awssdk.services.storagegateway.transform
Methods in software.amazon.awssdk.services.storagegateway.transform with parameters of type UpdateMaintenanceStartTimeRequest Modifier and Type Method Description SdkHttpFullRequestUpdateMaintenanceStartTimeRequestMarshaller. marshall(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest)
-