Uses of Class
software.amazon.awssdk.services.apigateway.model.UpdateDomainNameResponse
-
Packages that use UpdateDomainNameResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of UpdateDomainNameResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return UpdateDomainNameResponse Modifier and Type Method Description default UpdateDomainNameResponseApiGatewayClient. updateDomainName(Consumer<UpdateDomainNameRequest.Builder> updateDomainNameRequest)Changes information about the DomainName resource.default UpdateDomainNameResponseApiGatewayClient. updateDomainName(UpdateDomainNameRequest updateDomainNameRequest)Changes information about the DomainName resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type UpdateDomainNameResponse Modifier and Type Method Description default CompletableFuture<UpdateDomainNameResponse>ApiGatewayAsyncClient. updateDomainName(Consumer<UpdateDomainNameRequest.Builder> updateDomainNameRequest)Changes information about the DomainName resource.default CompletableFuture<UpdateDomainNameResponse>ApiGatewayAsyncClient. updateDomainName(UpdateDomainNameRequest updateDomainNameRequest)Changes information about the DomainName resource.
-