| Package | Description |
|---|---|
| software.amazon.awssdk.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
CustomDomain |
DisassociateCustomDomainResponse.customDomain()
A description of the domain name that's being disassociated.
|
CustomDomain |
AssociateCustomDomainResponse.customDomain()
A description of the domain name that's being associated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomDomain> |
DescribeCustomDomainsResponse.customDomains()
A list of descriptions of custom domain names that are associated with the service.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateCustomDomainResponse.Builder |
DisassociateCustomDomainResponse.Builder.customDomain(CustomDomain customDomain)
A description of the domain name that's being disassociated.
|
AssociateCustomDomainResponse.Builder |
AssociateCustomDomainResponse.Builder.customDomain(CustomDomain customDomain)
A description of the domain name that's being associated.
|
DescribeCustomDomainsResponse.Builder |
DescribeCustomDomainsResponse.Builder.customDomains(CustomDomain... customDomains)
A list of descriptions of custom domain names that are associated with the service.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomDomainsResponse.Builder |
DescribeCustomDomainsResponse.Builder.customDomains(Collection<CustomDomain> customDomains)
A list of descriptions of custom domain names that are associated with the service.
|
Copyright © 2022. All rights reserved.