Uses of Class
software.amazon.awssdk.services.storagegateway.model.UpdateGatewayInformationResponse
-
Packages that use UpdateGatewayInformationResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of UpdateGatewayInformationResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return UpdateGatewayInformationResponse Modifier and Type Method Description default UpdateGatewayInformationResponseStorageGatewayClient. updateGatewayInformation(Consumer<UpdateGatewayInformationRequest.Builder> updateGatewayInformationRequest)Updates a gateway's metadata, which includes the gateway's name, time zone, and metadata cache size.default UpdateGatewayInformationResponseStorageGatewayClient. updateGatewayInformation(UpdateGatewayInformationRequest updateGatewayInformationRequest)Updates a gateway's metadata, which includes the gateway's name, time zone, and metadata cache size.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type UpdateGatewayInformationResponse Modifier and Type Method Description default CompletableFuture<UpdateGatewayInformationResponse>StorageGatewayAsyncClient. updateGatewayInformation(Consumer<UpdateGatewayInformationRequest.Builder> updateGatewayInformationRequest)Updates a gateway's metadata, which includes the gateway's name, time zone, and metadata cache size.default CompletableFuture<UpdateGatewayInformationResponse>StorageGatewayAsyncClient. updateGatewayInformation(UpdateGatewayInformationRequest updateGatewayInformationRequest)Updates a gateway's metadata, which includes the gateway's name, time zone, and metadata cache size.
-