| Package | Description |
|---|---|
| com.amazonaws.services.apprunner |
|
| com.amazonaws.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
ListVpcIngressConnectionsResult |
AbstractAWSAppRunner.listVpcIngressConnections(ListVpcIngressConnectionsRequest request) |
ListVpcIngressConnectionsResult |
AWSAppRunner.listVpcIngressConnections(ListVpcIngressConnectionsRequest listVpcIngressConnectionsRequest)
Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.
|
ListVpcIngressConnectionsResult |
AWSAppRunnerClient.listVpcIngressConnections(ListVpcIngressConnectionsRequest request)
Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListVpcIngressConnectionsResult> |
AbstractAWSAppRunnerAsync.listVpcIngressConnectionsAsync(ListVpcIngressConnectionsRequest request,
AsyncHandler<ListVpcIngressConnectionsRequest,ListVpcIngressConnectionsResult> asyncHandler) |
Future<ListVpcIngressConnectionsResult> |
AWSAppRunnerAsyncClient.listVpcIngressConnectionsAsync(ListVpcIngressConnectionsRequest request,
AsyncHandler<ListVpcIngressConnectionsRequest,ListVpcIngressConnectionsResult> asyncHandler) |
Future<ListVpcIngressConnectionsResult> |
AWSAppRunnerAsync.listVpcIngressConnectionsAsync(ListVpcIngressConnectionsRequest listVpcIngressConnectionsRequest,
AsyncHandler<ListVpcIngressConnectionsRequest,ListVpcIngressConnectionsResult> asyncHandler)
Return a list of App Runner VPC Ingress Connections in your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListVpcIngressConnectionsResult |
ListVpcIngressConnectionsResult.clone() |
ListVpcIngressConnectionsResult |
ListVpcIngressConnectionsResult.withNextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
ListVpcIngressConnectionsResult |
ListVpcIngressConnectionsResult.withVpcIngressConnectionSummaryList(Collection<VpcIngressConnectionSummary> vpcIngressConnectionSummaryList)
A list of summary information records for VPC Ingress Connections.
|
ListVpcIngressConnectionsResult |
ListVpcIngressConnectionsResult.withVpcIngressConnectionSummaryList(VpcIngressConnectionSummary... vpcIngressConnectionSummaryList)
A list of summary information records for VPC Ingress Connections.
|
Copyright © 2023. All rights reserved.