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