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 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. -
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)
-