Uses of Class
software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
-
Packages that use GetDomainNameResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetDomainNameResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetDomainNameResponse Modifier and Type Method Description default GetDomainNameResponseApiGatewayClient. getDomainName(Consumer<GetDomainNameRequest.Builder> getDomainNameRequest)Represents a domain name that is contained in a simpler, more intuitive URL that can be called.default GetDomainNameResponseApiGatewayClient. getDomainName(GetDomainNameRequest getDomainNameRequest)Represents a domain name that is contained in a simpler, more intuitive URL that can be called.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetDomainNameResponse Modifier and Type Method Description default CompletableFuture<GetDomainNameResponse>ApiGatewayAsyncClient. getDomainName(Consumer<GetDomainNameRequest.Builder> getDomainNameRequest)Represents a domain name that is contained in a simpler, more intuitive URL that can be called.default CompletableFuture<GetDomainNameResponse>ApiGatewayAsyncClient. getDomainName(GetDomainNameRequest getDomainNameRequest)Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
-