Uses of Class
com.amazonaws.services.storagegateway.model.UpdateGatewayInformationResult
-
Packages that use UpdateGatewayInformationResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of UpdateGatewayInformationResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return UpdateGatewayInformationResult Modifier and Type Method Description UpdateGatewayInformationResultAbstractAWSStorageGateway. updateGatewayInformation(UpdateGatewayInformationRequest request)UpdateGatewayInformationResultAWSStorageGateway. updateGatewayInformation(UpdateGatewayInformationRequest updateGatewayInformationRequest)Updates a gateway's metadata, which includes the gateway's name and time zone.UpdateGatewayInformationResultAWSStorageGatewayClient. updateGatewayInformation(UpdateGatewayInformationRequest updateGatewayInformationRequest)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 UpdateGatewayInformationResult Modifier and Type Method Description Future<UpdateGatewayInformationResult>AbstractAWSStorageGatewayAsync. updateGatewayInformationAsync(UpdateGatewayInformationRequest request, AsyncHandler<UpdateGatewayInformationRequest,UpdateGatewayInformationResult> asyncHandler)Future<UpdateGatewayInformationResult>AWSStorageGatewayAsync. updateGatewayInformationAsync(UpdateGatewayInformationRequest updateGatewayInformationRequest, AsyncHandler<UpdateGatewayInformationRequest,UpdateGatewayInformationResult> asyncHandler)Updates a gateway's metadata, which includes the gateway's name and time zone.Future<UpdateGatewayInformationResult>AWSStorageGatewayAsyncClient. updateGatewayInformationAsync(UpdateGatewayInformationRequest request, AsyncHandler<UpdateGatewayInformationRequest,UpdateGatewayInformationResult> asyncHandler) -
Uses of UpdateGatewayInformationResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return UpdateGatewayInformationResult Modifier and Type Method Description UpdateGatewayInformationResultUpdateGatewayInformationResult. clone()UpdateGatewayInformationResultUpdateGatewayInformationResult. withGatewayARN(String gatewayARN)UpdateGatewayInformationResultUpdateGatewayInformationResult. withGatewayName(String gatewayName)
-