Uses of Class
com.amazonaws.services.storagegateway.model.UpdateMaintenanceStartTimeRequest

Packages that use UpdateMaintenanceStartTimeRequest
com.amazonaws.services.storagegateway Synchronous and asynchronous client classes for accessing AWSStorageGateway. 
com.amazonaws.services.storagegateway.model Classes modeling the various types represented by AWSStorageGateway. 
 

Uses of UpdateMaintenanceStartTimeRequest in com.amazonaws.services.storagegateway
 

Methods in com.amazonaws.services.storagegateway with parameters of type UpdateMaintenanceStartTimeRequest
 UpdateMaintenanceStartTimeResult AWSStorageGatewayClient.updateMaintenanceStartTime(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest)
           This operation updates a gateway's weekly maintenance start time information, including day and time of the week.
 UpdateMaintenanceStartTimeResult AWSStorageGateway.updateMaintenanceStartTime(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest)
           This operation updates a gateway's weekly maintenance start time information, including day and time of the week.
 Future<UpdateMaintenanceStartTimeResult> AWSStorageGatewayAsyncClient.updateMaintenanceStartTimeAsync(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest)
           This operation updates a gateway's weekly maintenance start time information, including day and time of the week.
 Future<UpdateMaintenanceStartTimeResult> AWSStorageGatewayAsync.updateMaintenanceStartTimeAsync(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest)
           This operation updates a gateway's weekly maintenance start time information, including day and time of the week.
 Future<UpdateMaintenanceStartTimeResult> AWSStorageGatewayAsyncClient.updateMaintenanceStartTimeAsync(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest, AsyncHandler<UpdateMaintenanceStartTimeRequest,UpdateMaintenanceStartTimeResult> asyncHandler)
           This operation updates a gateway's weekly maintenance start time information, including day and time of the week.
 Future<UpdateMaintenanceStartTimeResult> AWSStorageGatewayAsync.updateMaintenanceStartTimeAsync(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest, AsyncHandler<UpdateMaintenanceStartTimeRequest,UpdateMaintenanceStartTimeResult> asyncHandler)
           This operation updates a gateway's weekly maintenance start time information, including day and time of the week.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type UpdateMaintenanceStartTimeRequest
 Future<UpdateMaintenanceStartTimeResult> AWSStorageGatewayAsyncClient.updateMaintenanceStartTimeAsync(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest, AsyncHandler<UpdateMaintenanceStartTimeRequest,UpdateMaintenanceStartTimeResult> asyncHandler)
           This operation updates a gateway's weekly maintenance start time information, including day and time of the week.
 Future<UpdateMaintenanceStartTimeResult> AWSStorageGatewayAsync.updateMaintenanceStartTimeAsync(UpdateMaintenanceStartTimeRequest updateMaintenanceStartTimeRequest, AsyncHandler<UpdateMaintenanceStartTimeRequest,UpdateMaintenanceStartTimeResult> asyncHandler)
           This operation updates a gateway's weekly maintenance start time information, including day and time of the week.
 

Uses of UpdateMaintenanceStartTimeRequest in com.amazonaws.services.storagegateway.model
 

Methods in com.amazonaws.services.storagegateway.model that return UpdateMaintenanceStartTimeRequest
 UpdateMaintenanceStartTimeRequest UpdateMaintenanceStartTimeRequest.withDayOfWeek(Integer dayOfWeek)
          The maintenance start time day of the week.
 UpdateMaintenanceStartTimeRequest UpdateMaintenanceStartTimeRequest.withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 UpdateMaintenanceStartTimeRequest UpdateMaintenanceStartTimeRequest.withHourOfDay(Integer hourOfDay)
          The hour component of the maintenance start time represented as hh, where hh is the hour (00 to 23).
 UpdateMaintenanceStartTimeRequest UpdateMaintenanceStartTimeRequest.withMinuteOfHour(Integer minuteOfHour)
          The minute component of the maintenance start time represented as mm, where mm is the minute (00 to 59).
 



Copyright © 2016. All rights reserved.