Uses of Class
software.amazon.awssdk.services.apigateway.model.GetDomainNameResponse
Packages that use GetDomainNameResponse
-
Uses of GetDomainNameResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetDomainNameResponseModifier and TypeMethodDescriptiondefault 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 GetDomainNameResponseModifier and TypeMethodDescriptiondefault 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.