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

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

Methods in com.amazonaws.services.storagegateway with parameters of type UpdateGatewayInformationRequest
 UpdateGatewayInformationResult AWSStorageGatewayClient.updateGatewayInformation(UpdateGatewayInformationRequest updateGatewayInformationRequest)
           This operation updates a gateway's metadata, which includes the gateway's name and time zone.
 UpdateGatewayInformationResult AWSStorageGateway.updateGatewayInformation(UpdateGatewayInformationRequest updateGatewayInformationRequest)
           This operation updates a gateway's metadata, which includes the gateway's name and time zone.
 Future<UpdateGatewayInformationResult> AWSStorageGatewayAsyncClient.updateGatewayInformationAsync(UpdateGatewayInformationRequest updateGatewayInformationRequest)
           This operation updates a gateway's metadata, which includes the gateway's name and time zone.
 Future<UpdateGatewayInformationResult> AWSStorageGatewayAsync.updateGatewayInformationAsync(UpdateGatewayInformationRequest updateGatewayInformationRequest)
           This operation updates a gateway's metadata, which includes the gateway's name and time zone.
 Future<UpdateGatewayInformationResult> AWSStorageGatewayAsyncClient.updateGatewayInformationAsync(UpdateGatewayInformationRequest updateGatewayInformationRequest, AsyncHandler<UpdateGatewayInformationRequest,UpdateGatewayInformationResult> asyncHandler)
           This operation updates a gateway's metadata, which includes the gateway's name and time zone.
 Future<UpdateGatewayInformationResult> AWSStorageGatewayAsync.updateGatewayInformationAsync(UpdateGatewayInformationRequest updateGatewayInformationRequest, AsyncHandler<UpdateGatewayInformationRequest,UpdateGatewayInformationResult> asyncHandler)
           This operation updates a gateway's metadata, which includes the gateway's name and time zone.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type UpdateGatewayInformationRequest
 Future<UpdateGatewayInformationResult> AWSStorageGatewayAsyncClient.updateGatewayInformationAsync(UpdateGatewayInformationRequest updateGatewayInformationRequest, AsyncHandler<UpdateGatewayInformationRequest,UpdateGatewayInformationResult> asyncHandler)
           This operation updates a gateway's metadata, which includes the gateway's name and time zone.
 Future<UpdateGatewayInformationResult> AWSStorageGatewayAsync.updateGatewayInformationAsync(UpdateGatewayInformationRequest updateGatewayInformationRequest, AsyncHandler<UpdateGatewayInformationRequest,UpdateGatewayInformationResult> asyncHandler)
           This operation updates a gateway's metadata, which includes the gateway's name and time zone.
 

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

Methods in com.amazonaws.services.storagegateway.model that return UpdateGatewayInformationRequest
 UpdateGatewayInformationRequest UpdateGatewayInformationRequest.withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 UpdateGatewayInformationRequest UpdateGatewayInformationRequest.withGatewayName(String gatewayName)
          A unique identifier for your gateway.
 UpdateGatewayInformationRequest UpdateGatewayInformationRequest.withGatewayTimezone(String gatewayTimezone)
          Sets the value of the GatewayTimezone property for this object.
 



Copyright © 2016. All rights reserved.