| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
VpcIngressConnection |
VpcIngressConnection.clone() |
VpcIngressConnection |
DescribeVpcIngressConnectionResult.getVpcIngressConnection()
A description of the App Runner VPC Ingress Connection that you specified in this request.
|
VpcIngressConnection |
DeleteVpcIngressConnectionResult.getVpcIngressConnection()
A description of the App Runner VPC Ingress Connection that this request just deleted.
|
VpcIngressConnection |
CreateVpcIngressConnectionResult.getVpcIngressConnection()
A description of the App Runner VPC Ingress Connection resource that's created by this request.
|
VpcIngressConnection |
UpdateVpcIngressConnectionResult.getVpcIngressConnection()
A description of the App Runner VPC Ingress Connection resource that's updated by this request.
|
VpcIngressConnection |
VpcIngressConnection.withAccountId(String accountId)
The Account Id you use to create the VPC Ingress Connection resource.
|
VpcIngressConnection |
VpcIngressConnection.withCreatedAt(Date createdAt)
The time when the VPC Ingress Connection was created.
|
VpcIngressConnection |
VpcIngressConnection.withDeletedAt(Date deletedAt)
The time when the App Runner service was deleted.
|
VpcIngressConnection |
VpcIngressConnection.withDomainName(String domainName)
The domain name associated with the VPC Ingress Connection resource.
|
VpcIngressConnection |
VpcIngressConnection.withIngressVpcConfiguration(IngressVpcConfiguration ingressVpcConfiguration)
Specifications for the customer’s VPC and related PrivateLink VPC endpoint that are used to associate with the
VPC Ingress Connection resource.
|
VpcIngressConnection |
VpcIngressConnection.withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of the service associated with the VPC Ingress Connection.
|
VpcIngressConnection |
VpcIngressConnection.withStatus(String status)
The current status of the VPC Ingress Connection.
|
VpcIngressConnection |
VpcIngressConnection.withStatus(VpcIngressConnectionStatus status)
The current status of the VPC Ingress Connection.
|
VpcIngressConnection |
VpcIngressConnection.withVpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (ARN) of the VPC Ingress Connection.
|
VpcIngressConnection |
VpcIngressConnection.withVpcIngressConnectionName(String vpcIngressConnectionName)
The customer-provided VPC Ingress Connection name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeVpcIngressConnectionResult.setVpcIngressConnection(VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection that you specified in this request.
|
void |
DeleteVpcIngressConnectionResult.setVpcIngressConnection(VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection that this request just deleted.
|
void |
CreateVpcIngressConnectionResult.setVpcIngressConnection(VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection resource that's created by this request.
|
void |
UpdateVpcIngressConnectionResult.setVpcIngressConnection(VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection resource that's updated by this request.
|
DescribeVpcIngressConnectionResult |
DescribeVpcIngressConnectionResult.withVpcIngressConnection(VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection that you specified in this request.
|
DeleteVpcIngressConnectionResult |
DeleteVpcIngressConnectionResult.withVpcIngressConnection(VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection that this request just deleted.
|
CreateVpcIngressConnectionResult |
CreateVpcIngressConnectionResult.withVpcIngressConnection(VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection resource that's created by this request.
|
UpdateVpcIngressConnectionResult |
UpdateVpcIngressConnectionResult.withVpcIngressConnection(VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection resource that's updated by this request.
|
Copyright © 2025. All rights reserved.