| 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.model |
| 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 CompletableFuture<ListServiceNetworksResponse> |
VpcLatticeAsyncClient.listServiceNetworks(Consumer<ListServiceNetworksRequest.Builder> listServiceNetworksRequest)
Lists the service networks owned by the caller account or shared with the caller account.
|
default ListServiceNetworksIterable |
VpcLatticeClient.listServiceNetworksPaginator(Consumer<ListServiceNetworksRequest.Builder> listServiceNetworksRequest)
Lists the service networks owned by the caller account or shared with the caller account.
|
default ListServiceNetworksPublisher |
VpcLatticeAsyncClient.listServiceNetworksPaginator(Consumer<ListServiceNetworksRequest.Builder> listServiceNetworksRequest)
Lists the service networks owned by the caller account or shared with the caller account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListServiceNetworksRequest.Builder |
ListServiceNetworksRequest.builder() |
ListServiceNetworksRequest.Builder |
ListServiceNetworksRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return.
|
ListServiceNetworksRequest.Builder |
ListServiceNetworksRequest.Builder.nextToken(String nextToken)
A pagination token for the next page of results.
|
ListServiceNetworksRequest.Builder |
ListServiceNetworksRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListServiceNetworksRequest.Builder |
ListServiceNetworksRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListServiceNetworksRequest.Builder |
ListServiceNetworksRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListServiceNetworksRequest.Builder> |
ListServiceNetworksRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.