Uses of Class
software.amazon.awssdk.services.apprunner.model.AssociateCustomDomainResponse
-
Packages that use AssociateCustomDomainResponse Package Description software.amazon.awssdk.services.apprunner App Runner -
-
Uses of AssociateCustomDomainResponse in software.amazon.awssdk.services.apprunner
Methods in software.amazon.awssdk.services.apprunner that return AssociateCustomDomainResponse Modifier and Type Method Description default AssociateCustomDomainResponseAppRunnerClient. associateCustomDomain(Consumer<AssociateCustomDomainRequest.Builder> associateCustomDomainRequest)Associate your own domain name with the App Runner subdomain URL of your App Runner service.default AssociateCustomDomainResponseAppRunnerClient. associateCustomDomain(AssociateCustomDomainRequest associateCustomDomainRequest)Associate your own domain name with the App Runner subdomain URL of your App Runner service.Methods in software.amazon.awssdk.services.apprunner that return types with arguments of type AssociateCustomDomainResponse Modifier and Type Method Description default CompletableFuture<AssociateCustomDomainResponse>AppRunnerAsyncClient. associateCustomDomain(Consumer<AssociateCustomDomainRequest.Builder> associateCustomDomainRequest)Associate your own domain name with the App Runner subdomain URL of your App Runner service.default CompletableFuture<AssociateCustomDomainResponse>AppRunnerAsyncClient. associateCustomDomain(AssociateCustomDomainRequest associateCustomDomainRequest)Associate your own domain name with the App Runner subdomain URL of your App Runner service.
-