Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateAccountResponse
-
Packages that use UpdateAccountResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of UpdateAccountResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateAccountResponse Modifier and Type Method Description default UpdateAccountResponseApiGatewayClient. updateAccount(Consumer<UpdateAccountRequest.Builder> updateAccountRequest)Changes information about the current Account resource.default UpdateAccountResponseApiGatewayClient. updateAccount(UpdateAccountRequest updateAccountRequest)Changes information about the current Account resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateAccountResponse Modifier and Type Method Description default CompletableFuture<UpdateAccountResponse>ApiGatewayAsyncClient. updateAccount(Consumer<UpdateAccountRequest.Builder> updateAccountRequest)Changes information about the current Account resource.default CompletableFuture<UpdateAccountResponse>ApiGatewayAsyncClient. updateAccount(UpdateAccountRequest updateAccountRequest)Changes information about the current Account resource.
-