| Package | Description |
|---|---|
| com.amazonaws.services.apprunner |
|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
AssociateCustomDomainResult |
AbstractAWSAppRunner.associateCustomDomain(AssociateCustomDomainRequest request) |
AssociateCustomDomainResult |
AWSAppRunnerClient.associateCustomDomain(AssociateCustomDomainRequest request)
Associate your own domain name with the App Runner subdomain URL of your App Runner service.
|
AssociateCustomDomainResult |
AWSAppRunner.associateCustomDomain(AssociateCustomDomainRequest associateCustomDomainRequest)
Associate your own domain name with the App Runner subdomain URL of your App Runner service.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AssociateCustomDomainResult> |
AbstractAWSAppRunnerAsync.associateCustomDomainAsync(AssociateCustomDomainRequest request,
AsyncHandler<AssociateCustomDomainRequest,AssociateCustomDomainResult> asyncHandler) |
Future<AssociateCustomDomainResult> |
AWSAppRunnerAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateCustomDomainResult |
AssociateCustomDomainResult.clone() |
AssociateCustomDomainResult |
AssociateCustomDomainResult.withCustomDomain(CustomDomain customDomain)
A description of the domain name that's being associated.
|
AssociateCustomDomainResult |
AssociateCustomDomainResult.withDNSTarget(String dNSTarget)
The App Runner subdomain of the App Runner service.
|
AssociateCustomDomainResult |
AssociateCustomDomainResult.withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the App Runner service with which a custom domain name is associated.
|
AssociateCustomDomainResult |
AssociateCustomDomainResult.withVpcDNSTargets(Collection<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.
|
Copyright © 2025. All rights reserved.