| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
DomainName |
DomainName.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DomainName |
DomainName.clearTagsEntries()
Removes all the entries added into Tags.
|
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 custom domain name as an API host name, for example,
my-api.example.com. |
DomainName |
DomainName.withDomainNameStatus(DomainNameStatus domainNameStatus)
The status of the DomainName migration.
|
DomainName |
DomainName.withDomainNameStatus(String domainNameStatus)
The status of the DomainName migration.
|
DomainName |
DomainName.withDomainNameStatusMessage(String domainNameStatusMessage)
An optional text message containing detailed information about status of the DomainName migration.
|
DomainName |
DomainName.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
DomainName |
DomainName.withMutualTlsAuthentication(MutualTlsAuthentication mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom 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.
|
DomainName |
DomainName.withSecurityPolicy(SecurityPolicy securityPolicy)
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
|
DomainName |
DomainName.withSecurityPolicy(String securityPolicy)
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
|
DomainName |
DomainName.withTags(Map<String,String> tags)
The collection of tags.
|
| 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 © 2021. All rights reserved.