| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
CustomDomain |
CustomDomain.clone() |
CustomDomain |
DisassociateCustomDomainResult.getCustomDomain()
A description of the domain name that's being disassociated.
|
CustomDomain |
AssociateCustomDomainResult.getCustomDomain()
A description of the domain name that's being associated.
|
CustomDomain |
CustomDomain.withCertificateValidationRecords(CertificateValidationRecord... certificateValidationRecords)
A list of certificate CNAME records that's used for this domain name.
|
CustomDomain |
CustomDomain.withCertificateValidationRecords(Collection<CertificateValidationRecord> certificateValidationRecords)
A list of certificate CNAME records that's used for this domain name.
|
CustomDomain |
CustomDomain.withDomainName(String domainName)
An associated custom domain endpoint.
|
CustomDomain |
CustomDomain.withEnableWWWSubdomain(Boolean enableWWWSubdomain)
When
true, the subdomain www.DomainName is associated with the App Runner
service in addition to the base domain. |
CustomDomain |
CustomDomain.withStatus(CustomDomainAssociationStatus status)
The current state of the domain name association.
|
CustomDomain |
CustomDomain.withStatus(String status)
The current state of the domain name association.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomDomain> |
DescribeCustomDomainsResult.getCustomDomains()
A list of descriptions of custom domain names that are associated with the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisassociateCustomDomainResult.setCustomDomain(CustomDomain customDomain)
A description of the domain name that's being disassociated.
|
void |
AssociateCustomDomainResult.setCustomDomain(CustomDomain customDomain)
A description of the domain name that's being associated.
|
DisassociateCustomDomainResult |
DisassociateCustomDomainResult.withCustomDomain(CustomDomain customDomain)
A description of the domain name that's being disassociated.
|
AssociateCustomDomainResult |
AssociateCustomDomainResult.withCustomDomain(CustomDomain customDomain)
A description of the domain name that's being associated.
|
DescribeCustomDomainsResult |
DescribeCustomDomainsResult.withCustomDomains(CustomDomain... customDomains)
A list of descriptions of custom domain names that are associated with the service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCustomDomainsResult.setCustomDomains(Collection<CustomDomain> customDomains)
A list of descriptions of custom domain names that are associated with the service.
|
DescribeCustomDomainsResult |
DescribeCustomDomainsResult.withCustomDomains(Collection<CustomDomain> customDomains)
A list of descriptions of custom domain names that are associated with the service.
|
Copyright © 2022. All rights reserved.