Uses of Class
software.amazon.awscdk.services.apigateway.DomainName
Packages that use DomainName
-
Uses of DomainName in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return DomainNameModifier and TypeMethodDescriptionRestApiBase.addDomainName
(String id, DomainNameOptions options) Defines an API Gateway domain name and maps it to this API.DomainName.Builder.build()
RestApiBase.getDomainName()
The first domain name mapped to this API, if defined through thedomainName
configuration prop, or added viaaddDomainName
.