Uses of Class
software.amazon.awssdk.services.apprunner.model.CustomDomain
-
Packages that use CustomDomain Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of CustomDomain in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return CustomDomain Modifier and Type Method Description CustomDomainAssociateCustomDomainResponse. customDomain()A description of the domain name that's being associated.CustomDomainDisassociateCustomDomainResponse. customDomain()A description of the domain name that's being disassociated.Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type CustomDomain Modifier and Type Method Description List<CustomDomain>DescribeCustomDomainsResponse. customDomains()A list of descriptions of custom domain names that are associated with the service.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type CustomDomain Modifier and Type Method Description AssociateCustomDomainResponse.BuilderAssociateCustomDomainResponse.Builder. customDomain(CustomDomain customDomain)A description of the domain name that's being associated.DisassociateCustomDomainResponse.BuilderDisassociateCustomDomainResponse.Builder. customDomain(CustomDomain customDomain)A description of the domain name that's being disassociated.DescribeCustomDomainsResponse.BuilderDescribeCustomDomainsResponse.Builder. customDomains(CustomDomain... customDomains)A list of descriptions of custom domain names that are associated with the service.Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type CustomDomain Modifier and Type Method Description DescribeCustomDomainsResponse.BuilderDescribeCustomDomainsResponse.Builder. customDomains(Collection<CustomDomain> customDomains)A list of descriptions of custom domain names that are associated with the service.
-