Uses of Class
software.amazon.awssdk.services.apprunner.model.VpcDNSTarget
-
Packages that use VpcDNSTarget Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of VpcDNSTarget in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type VpcDNSTarget Modifier and Type Method Description List<VpcDNSTarget>AssociateCustomDomainResponse. vpcDNSTargets()DNS Target records for the custom domains of this Amazon VPC.List<VpcDNSTarget>DescribeCustomDomainsResponse. vpcDNSTargets()DNS Target records for the custom domains of this Amazon VPC.List<VpcDNSTarget>DisassociateCustomDomainResponse. vpcDNSTargets()DNS Target records for the custom domains of this Amazon VPC.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type VpcDNSTarget Modifier and Type Method Description AssociateCustomDomainResponse.BuilderAssociateCustomDomainResponse.Builder. vpcDNSTargets(VpcDNSTarget... vpcDNSTargets)DNS Target records for the custom domains of this Amazon VPC.DescribeCustomDomainsResponse.BuilderDescribeCustomDomainsResponse.Builder. vpcDNSTargets(VpcDNSTarget... vpcDNSTargets)DNS Target records for the custom domains of this Amazon VPC.DisassociateCustomDomainResponse.BuilderDisassociateCustomDomainResponse.Builder. vpcDNSTargets(VpcDNSTarget... vpcDNSTargets)DNS Target records for the custom domains of this Amazon VPC.Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type VpcDNSTarget Modifier and Type Method Description AssociateCustomDomainResponse.BuilderAssociateCustomDomainResponse.Builder. vpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)DNS Target records for the custom domains of this Amazon VPC.DescribeCustomDomainsResponse.BuilderDescribeCustomDomainsResponse.Builder. vpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)DNS Target records for the custom domains of this Amazon VPC.DisassociateCustomDomainResponse.BuilderDisassociateCustomDomainResponse.Builder. vpcDNSTargets(Collection<VpcDNSTarget> vpcDNSTargets)DNS Target records for the custom domains of this Amazon VPC.
-