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 UpdateGatewayInformationResult
AbstractAWSStorageGateway. updateGatewayInformation(UpdateGatewayInformationRequest request)
UpdateGatewayInformationResult
AWSStorageGateway. updateGatewayInformation(UpdateGatewayInformationRequest updateGatewayInformationRequest)
Updates a gateway's metadata, which includes the gateway's name and time zone.UpdateGatewayInformationResult
AWSStorageGatewayClient. 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 UpdateGatewayInformationResult
UpdateGatewayInformationResult. clone()
UpdateGatewayInformationResult
UpdateGatewayInformationResult. withGatewayARN(String gatewayARN)
UpdateGatewayInformationResult
UpdateGatewayInformationResult. withGatewayName(String gatewayName)
-