| 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 ListServiceNetworksResponse |
VpcLatticeClient.listServiceNetworks(Consumer<ListServiceNetworksRequest.Builder> listServiceNetworksRequest)
Lists the service networks owned by the caller account or shared with the caller account.
|
default ListServiceNetworksResponse |
VpcLatticeClient.listServiceNetworks(ListServiceNetworksRequest listServiceNetworksRequest)
Lists the service networks owned by the caller account or shared with the caller account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListServiceNetworksResponse> |
VpcLatticeAsyncClient.listServiceNetworks(Consumer<ListServiceNetworksRequest.Builder> listServiceNetworksRequest)
Lists the service networks owned by the caller account or shared with the caller account.
|
default CompletableFuture<ListServiceNetworksResponse> |
VpcLatticeAsyncClient.listServiceNetworks(ListServiceNetworksRequest listServiceNetworksRequest)
Lists the service networks owned by the caller account or shared with the caller account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListServiceNetworksResponse> |
ListServiceNetworksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListServiceNetworksPublisher.subscribe(org.reactivestreams.Subscriber<? super ListServiceNetworksResponse> subscriber) |
Copyright © 2023. All rights reserved.