Package | Description |
---|---|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<DomainName> |
GetDomainNamesResult.getItems()
The current page of any DomainName resources in the collection of
DomainName resources.
|
Modifier and Type | Method and Description |
---|---|
GetDomainNamesResult |
GetDomainNamesResult.withItems(DomainName... items)
The current page of any DomainName resources in the collection of
DomainName resources.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.