Uses of Class
com.amazonaws.services.apigateway.model.DomainName
-
Packages that use DomainName Package Description com.amazonaws.services.apigateway.model -
-
Uses of DomainName in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DomainName Modifier and Type Method Description DomainName
DomainName. clone()
DomainName
DomainName. withCertificateName(String certificateName)
The name of the certificate.DomainName
DomainName. withCertificateUploadDate(Date certificateUploadDate)
The date when the certificate was uploaded, in ISO 8601 format.DomainName
DomainName. withDistributionDomainName(String distributionDomainName)
The domain name of the Amazon CloudFront distribution.DomainName
DomainName. withDomainName(String domainName)
The name of the DomainName resource.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type DomainName Modifier and Type Method Description List<DomainName>
GetDomainNamesResult. getItems()
The current page of any DomainName resources in the collection of DomainName resources.Methods in com.amazonaws.services.apigateway.model with parameters of type DomainName Modifier and Type Method Description GetDomainNamesResult
GetDomainNamesResult. withItems(DomainName... items)
The current page of any DomainName resources in the collection of DomainName resources.Method parameters in com.amazonaws.services.apigateway.model with type arguments of type DomainName Modifier and Type Method Description void
GetDomainNamesResult. setItems(Collection<DomainName> items)
The current page of any DomainName resources in the collection of DomainName resources.GetDomainNamesResult
GetDomainNamesResult. withItems(Collection<DomainName> items)
The current page of any DomainName resources in the collection of DomainName resources.
-