Uses of Class
com.amazonaws.services.apigateway.model.DomainName
Packages that use DomainName
-
Uses of DomainName in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DomainNameModifier and TypeMethodDescriptionDomainName.clone()
DomainName.withCertificateName
(String certificateName) The name of the certificate.DomainName.withCertificateUploadDate
(Date certificateUploadDate) The date when the certificate was uploaded, in ISO 8601 format.DomainName.withDistributionDomainName
(String distributionDomainName) The domain name of the Amazon CloudFront distribution.DomainName.withDomainName
(String domainName) The name of the DomainName resource.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type DomainNameModifier and TypeMethodDescriptionGetDomainNamesResult.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 DomainNameModifier and TypeMethodDescriptionGetDomainNamesResult.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 DomainNameModifier and TypeMethodDescriptionvoid
GetDomainNamesResult.setItems
(Collection<DomainName> items) The current page of any DomainName resources in the collection of DomainName resources.GetDomainNamesResult.withItems
(Collection<DomainName> items) The current page of any DomainName resources in the collection of DomainName resources.