| Package | Description |
|---|---|
| com.amazonaws.services.apprunner |
|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateVpcIngressConnectionResult> |
AbstractAWSAppRunnerAsync.updateVpcIngressConnectionAsync(UpdateVpcIngressConnectionRequest request,
AsyncHandler<UpdateVpcIngressConnectionRequest,UpdateVpcIngressConnectionResult> asyncHandler) |
Future<UpdateVpcIngressConnectionResult> |
AWSAppRunnerAsync.updateVpcIngressConnectionAsync(UpdateVpcIngressConnectionRequest updateVpcIngressConnectionRequest,
AsyncHandler<UpdateVpcIngressConnectionRequest,UpdateVpcIngressConnectionResult> asyncHandler)
Update an existing App Runner VPC Ingress Connection resource.
|
Future<UpdateVpcIngressConnectionResult> |
AWSAppRunnerAsyncClient.updateVpcIngressConnectionAsync(UpdateVpcIngressConnectionRequest request,
AsyncHandler<UpdateVpcIngressConnectionRequest,UpdateVpcIngressConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateVpcIngressConnectionRequest |
UpdateVpcIngressConnectionRequest.clone() |
UpdateVpcIngressConnectionRequest |
UpdateVpcIngressConnectionRequest.withIngressVpcConfiguration(IngressVpcConfiguration ingressVpcConfiguration)
Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that
are used to update the VPC Ingress Connection resource.
|
UpdateVpcIngressConnectionRequest |
UpdateVpcIngressConnectionRequest.withVpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
|
Copyright © 2023. All rights reserved.