| Package | Description |
|---|---|
| software.amazon.awssdk.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).
|
| software.amazon.awssdk.services.vpclattice.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListListenersResponse |
VpcLatticeClient.listListeners(Consumer<ListListenersRequest.Builder> listListenersRequest)
Lists the listeners for the specified service.
|
default ListListenersResponse |
VpcLatticeClient.listListeners(ListListenersRequest listListenersRequest)
Lists the listeners for the specified service.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListListenersResponse> |
VpcLatticeAsyncClient.listListeners(Consumer<ListListenersRequest.Builder> listListenersRequest)
Lists the listeners for the specified service.
|
default CompletableFuture<ListListenersResponse> |
VpcLatticeAsyncClient.listListeners(ListListenersRequest listListenersRequest)
Lists the listeners for the specified service.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListListenersResponse> |
ListListenersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListListenersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListListenersResponse> subscriber) |
Copyright © 2023. All rights reserved.