| Package | Description |
|---|---|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
ListVpcIngressConnectionsFilter |
ListVpcIngressConnectionsFilter.clone() |
ListVpcIngressConnectionsFilter |
ListVpcIngressConnectionsRequest.getFilter()
The VPC Ingress Connections to be listed based on either the Service Arn or Vpc Endpoint Id, or both.
|
ListVpcIngressConnectionsFilter |
ListVpcIngressConnectionsFilter.withServiceArn(String serviceArn)
The Amazon Resource Name (ARN) of a service to filter by.
|
ListVpcIngressConnectionsFilter |
ListVpcIngressConnectionsFilter.withVpcEndpointId(String vpcEndpointId)
The ID of a VPC Endpoint to filter by.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVpcIngressConnectionsRequest.setFilter(ListVpcIngressConnectionsFilter filter)
The VPC Ingress Connections to be listed based on either the Service Arn or Vpc Endpoint Id, or both.
|
ListVpcIngressConnectionsRequest |
ListVpcIngressConnectionsRequest.withFilter(ListVpcIngressConnectionsFilter filter)
The VPC Ingress Connections to be listed based on either the Service Arn or Vpc Endpoint Id, or both.
|
Copyright © 2025. All rights reserved.