| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
DomainName |
DomainName.clone() |
DomainName |
DomainName.withCertificateArn(String certificateArn)
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
|
DomainName |
DomainName.withCertificateName(String certificateName)
The name of the certificate that will be used by edge-optimized endpoint for this domain name.
|
DomainName |
DomainName.withCertificateUploadDate(Date certificateUploadDate)
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
|
DomainName |
DomainName.withDistributionDomainName(String distributionDomainName)
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an
edge-optimized endpoint.
|
DomainName |
DomainName.withDistributionHostedZoneId(String distributionHostedZoneId)
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint.
|
DomainName |
DomainName.withDomainName(String domainName)
The name of the DomainName resource.
|
DomainName |
DomainName.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
DomainName |
DomainName.withRegionalCertificateArn(String regionalCertificateArn)
The reference to an AWS-managed certificate that will be used for validating the regional domain name.
|
DomainName |
DomainName.withRegionalCertificateName(String regionalCertificateName)
The name of the certificate that will be used for validating the regional domain name.
|
DomainName |
DomainName.withRegionalDomainName(String regionalDomainName)
The domain name associated with the regional endpoint for this custom domain name.
|
DomainName |
DomainName.withRegionalHostedZoneId(String regionalHostedZoneId)
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainName> |
GetDomainNamesResult.getItems()
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
GetDomainNamesResult |
GetDomainNamesResult.withItems(DomainName... items)
The current page of elements from this collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDomainNamesResult.setItems(Collection<DomainName> items)
The current page of elements from this collection.
|
GetDomainNamesResult |
GetDomainNamesResult.withItems(Collection<DomainName> items)
The current page of elements from this collection.
|
Copyright © 2018. All rights reserved.