| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
VpcDNSTarget |
VpcDNSTarget.clone() |
VpcDNSTarget |
VpcDNSTarget.withDomainName(String domainName)
The domain name of your target DNS that is associated with the Amazon VPC.
|
VpcDNSTarget |
VpcDNSTarget.withVpcId(String vpcId)
The ID of the Amazon VPC that is associated with the custom domain name of the target DNS.
|
VpcDNSTarget |
VpcDNSTarget.withVpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (ARN) of the VPC Ingress Connection that is associated with your service.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcDNSTarget> |
DisassociateCustomDomainResult.getVpcDNSTargets()
DNS Target records for the custom domains of this Amazon VPC.
|
List<VpcDNSTarget> |
AssociateCustomDomainResult.getVpcDNSTargets()
DNS Target records for the custom domains of this Amazon VPC.
|
List<VpcDNSTarget> |
DescribeCustomDomainsResult.getVpcDNSTargets()
DNS Target records for the custom domains of this Amazon VPC.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateCustomDomainResult |
DisassociateCustomDomainResult.withVpcDNSTargets(VpcDNSTarget... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
AssociateCustomDomainResult |
AssociateCustomDomainResult.withVpcDNSTargets(VpcDNSTarget... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
DescribeCustomDomainsResult |
DescribeCustomDomainsResult.withVpcDNSTargets(VpcDNSTarget... vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DisassociateCustomDomainResult.setVpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
void |
AssociateCustomDomainResult.setVpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
void |
DescribeCustomDomainsResult.setVpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
DisassociateCustomDomainResult |
DisassociateCustomDomainResult.withVpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
AssociateCustomDomainResult |
AssociateCustomDomainResult.withVpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
DescribeCustomDomainsResult |
DescribeCustomDomainsResult.withVpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)
DNS Target records for the custom domains of this Amazon VPC.
|
Copyright © 2023. All rights reserved.