Uses of Class
com.amazonaws.services.storagegateway.model.UpdateMaintenanceStartTimeRequest
Packages that use UpdateMaintenanceStartTimeRequest
Package
Description
-
Uses of UpdateMaintenanceStartTimeRequest in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway with parameters of type UpdateMaintenanceStartTimeRequestModifier and TypeMethodDescriptionAbstractAWSStorageGateway.updateMaintenanceStartTime
(UpdateMaintenanceStartTimeRequest request) AWSStorageGateway.updateMaintenanceStartTime
(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest) Updates a gateway's weekly maintenance start time information, including day and time of the week.AWSStorageGatewayClient.updateMaintenanceStartTime
(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest) Updates a gateway's weekly maintenance start time information, including day and time of the week.AbstractAWSStorageGatewayAsync.updateMaintenanceStartTimeAsync
(UpdateMaintenanceStartTimeRequest request) AbstractAWSStorageGatewayAsync.updateMaintenanceStartTimeAsync
(UpdateMaintenanceStartTimeRequest request, AsyncHandler<UpdateMaintenanceStartTimeRequest, UpdateMaintenanceStartTimeResult> asyncHandler) AWSStorageGatewayAsync.updateMaintenanceStartTimeAsync
(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest) Updates a gateway's weekly maintenance start time information, including day and time of the week.AWSStorageGatewayAsync.updateMaintenanceStartTimeAsync
(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest, AsyncHandler<UpdateMaintenanceStartTimeRequest, UpdateMaintenanceStartTimeResult> asyncHandler) Updates a gateway's weekly maintenance start time information, including day and time of the week.AWSStorageGatewayAsyncClient.updateMaintenanceStartTimeAsync
(UpdateMaintenanceStartTimeRequest request) AWSStorageGatewayAsyncClient.updateMaintenanceStartTimeAsync
(UpdateMaintenanceStartTimeRequest request, AsyncHandler<UpdateMaintenanceStartTimeRequest, UpdateMaintenanceStartTimeResult> asyncHandler) Method parameters in com.amazonaws.services.storagegateway with type arguments of type UpdateMaintenanceStartTimeRequestModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.updateMaintenanceStartTimeAsync
(UpdateMaintenanceStartTimeRequest request, AsyncHandler<UpdateMaintenanceStartTimeRequest, UpdateMaintenanceStartTimeResult> asyncHandler) AWSStorageGatewayAsync.updateMaintenanceStartTimeAsync
(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest, AsyncHandler<UpdateMaintenanceStartTimeRequest, UpdateMaintenanceStartTimeResult> asyncHandler) Updates a gateway's weekly maintenance start time information, including day and time of the week.AWSStorageGatewayAsyncClient.updateMaintenanceStartTimeAsync
(UpdateMaintenanceStartTimeRequest request, AsyncHandler<UpdateMaintenanceStartTimeRequest, UpdateMaintenanceStartTimeResult> asyncHandler) -
Uses of UpdateMaintenanceStartTimeRequest in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return UpdateMaintenanceStartTimeRequestModifier and TypeMethodDescriptionUpdateMaintenanceStartTimeRequest.clone()
UpdateMaintenanceStartTimeRequest.withDayOfWeek
(Integer dayOfWeek) The maintenance start time day of the week.UpdateMaintenanceStartTimeRequest.withGatewayARN
(String gatewayARN) UpdateMaintenanceStartTimeRequest.withHourOfDay
(Integer hourOfDay) The hour component of the maintenance start time represented as hh, where hh is the hour (00 to 23).UpdateMaintenanceStartTimeRequest.withMinuteOfHour
(Integer minuteOfHour) The minute component of the maintenance start time represented as mm, where mm is the minute (00 to 59).