| 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 |
|---|---|
ListListenersResult |
AmazonVPCLatticeClient.listListeners(ListListenersRequest request)
Lists the listeners for the specified service.
|
ListListenersResult |
AbstractAmazonVPCLattice.listListeners(ListListenersRequest request) |
ListListenersResult |
AmazonVPCLattice.listListeners(ListListenersRequest listListenersRequest)
Lists the listeners for the specified service.
|
| 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 |
|---|---|
ListListenersResult |
ListListenersResult.clone() |
ListListenersResult |
ListListenersResult.withItems(Collection<ListenerSummary> items)
Information about the listeners.
|
ListListenersResult |
ListListenersResult.withItems(ListenerSummary... items)
Information about the listeners.
|
ListListenersResult |
ListListenersResult.withNextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
|
Copyright © 2023. All rights reserved.