| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice |
Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all
of your services across multiple accounts and virtual private clouds (VPCs).
|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListListenersResult> |
AbstractAmazonVPCLatticeAsync.listListenersAsync(ListListenersRequest request,
AsyncHandler<ListListenersRequest,ListListenersResult> asyncHandler) |
Future<ListListenersResult> |
AmazonVPCLatticeAsyncClient.listListenersAsync(ListListenersRequest request,
AsyncHandler<ListListenersRequest,ListListenersResult> asyncHandler) |
Future<ListListenersResult> |
AmazonVPCLatticeAsync.listListenersAsync(ListListenersRequest listListenersRequest,
AsyncHandler<ListListenersRequest,ListListenersResult> asyncHandler)
Lists the listeners for the specified service.
|
| Modifier and Type | Method and Description |
|---|---|
ListListenersRequest |
ListListenersRequest.clone() |
ListListenersRequest |
ListListenersRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
ListListenersRequest |
ListListenersRequest.withNextToken(String nextToken)
A pagination token for the next page of results.
|
ListListenersRequest |
ListListenersRequest.withServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
Copyright © 2023. All rights reserved.