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 DomainNameDomainName. clone()DomainNameDomainName. withCertificateName(String certificateName)The name of the certificate.DomainNameDomainName. withCertificateUploadDate(Date certificateUploadDate)The date when the certificate was uploaded, in ISO 8601 format.DomainNameDomainName. withDistributionDomainName(String distributionDomainName)The domain name of the Amazon CloudFront distribution.DomainNameDomainName. 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 GetDomainNamesResultGetDomainNamesResult. 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 voidGetDomainNamesResult. setItems(Collection<DomainName> items)The current page of any DomainName resources in the collection of DomainName resources.GetDomainNamesResultGetDomainNamesResult. withItems(Collection<DomainName> items)The current page of any DomainName resources in the collection of DomainName resources.
-