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

Packages that use UpdateMaintenanceStartTimeResult
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 UpdateMaintenanceStartTimeResult in com.amazonaws.services.storagegateway
 

Methods in com.amazonaws.services.storagegateway that return UpdateMaintenanceStartTimeResult
 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.
 

Methods in com.amazonaws.services.storagegateway that return types with arguments of type UpdateMaintenanceStartTimeResult
 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 UpdateMaintenanceStartTimeResult
 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 UpdateMaintenanceStartTimeResult in com.amazonaws.services.storagegateway.model
 

Methods in com.amazonaws.services.storagegateway.model that return UpdateMaintenanceStartTimeResult
 UpdateMaintenanceStartTimeResult UpdateMaintenanceStartTimeResult.withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 



Copyright © 2016. All rights reserved.