| Package | Description |
|---|---|
| com.amazonaws.services.apprunner |
|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateCustomDomainResult> |
AbstractAWSAppRunnerAsync.associateCustomDomainAsync(AssociateCustomDomainRequest request,
AsyncHandler<AssociateCustomDomainRequest,AssociateCustomDomainResult> asyncHandler) |
Future<AssociateCustomDomainResult> |
AWSAppRunnerAsync.associateCustomDomainAsync(AssociateCustomDomainRequest associateCustomDomainRequest,
AsyncHandler<AssociateCustomDomainRequest,AssociateCustomDomainResult> asyncHandler)
Associate your own domain name with the App Runner subdomain URL of your App Runner service.
|
Future<AssociateCustomDomainResult> |
AWSAppRunnerAsyncClient.associateCustomDomainAsync(AssociateCustomDomainRequest request,
AsyncHandler<AssociateCustomDomainRequest,AssociateCustomDomainResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AssociateCustomDomainRequest |
AssociateCustomDomainRequest.clone() |
AssociateCustomDomainRequest |
AssociateCustomDomainRequest.withDomainName(String domainName)
A custom domain endpoint to associate.
|
AssociateCustomDomainRequest |
AssociateCustomDomainRequest.withEnableWWWSubdomain(Boolean enableWWWSubdomain)
Set to
true to associate the subdomain www.DomainName with the App Runner
service in addition to the base domain. |
AssociateCustomDomainRequest |
AssociateCustomDomainRequest.withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service that you want to associate a custom domain name with.
|
Copyright © 2023. All rights reserved.