| Package | Description |
|---|---|
| com.amazonaws.services.apprunner |
|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateVpcIngressConnectionResult> |
AbstractAWSAppRunnerAsync.createVpcIngressConnectionAsync(CreateVpcIngressConnectionRequest request,
AsyncHandler<CreateVpcIngressConnectionRequest,CreateVpcIngressConnectionResult> asyncHandler) |
Future<CreateVpcIngressConnectionResult> |
AWSAppRunnerAsyncClient.createVpcIngressConnectionAsync(CreateVpcIngressConnectionRequest request,
AsyncHandler<CreateVpcIngressConnectionRequest,CreateVpcIngressConnectionResult> asyncHandler) |
Future<CreateVpcIngressConnectionResult> |
AWSAppRunnerAsync.createVpcIngressConnectionAsync(CreateVpcIngressConnectionRequest createVpcIngressConnectionRequest,
AsyncHandler<CreateVpcIngressConnectionRequest,CreateVpcIngressConnectionResult> asyncHandler)
Create an App Runner VPC Ingress Connection resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVpcIngressConnectionRequest |
CreateVpcIngressConnectionRequest.clone() |
CreateVpcIngressConnectionRequest |
CreateVpcIngressConnectionRequest.withIngressVpcConfiguration(IngressVpcConfiguration ingressVpcConfiguration)
Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that
are used to create the VPC Ingress Connection resource.
|
CreateVpcIngressConnectionRequest |
CreateVpcIngressConnectionRequest.withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) for this App Runner service that is used to create the VPC Ingress Connection
resource.
|
CreateVpcIngressConnectionRequest |
CreateVpcIngressConnectionRequest.withTags(Collection<Tag> tags)
An optional list of metadata items that you can associate with the VPC Ingress Connection resource.
|
CreateVpcIngressConnectionRequest |
CreateVpcIngressConnectionRequest.withTags(Tag... tags)
An optional list of metadata items that you can associate with the VPC Ingress Connection resource.
|
CreateVpcIngressConnectionRequest |
CreateVpcIngressConnectionRequest.withVpcIngressConnectionName(String vpcIngressConnectionName)
A name for the VPC Ingress Connection resource.
|
Copyright © 2025. All rights reserved.