| 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 |
|---|---|
ListServiceNetworksResult |
AbstractAmazonVPCLattice.listServiceNetworks(ListServiceNetworksRequest request) |
ListServiceNetworksResult |
AmazonVPCLatticeClient.listServiceNetworks(ListServiceNetworksRequest request)
Lists the service networks owned by the caller account or shared with the caller account.
|
ListServiceNetworksResult |
AmazonVPCLattice.listServiceNetworks(ListServiceNetworksRequest listServiceNetworksRequest)
Lists the service networks owned by the caller account or shared with the caller account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListServiceNetworksResult> |
AbstractAmazonVPCLatticeAsync.listServiceNetworksAsync(ListServiceNetworksRequest request,
AsyncHandler<ListServiceNetworksRequest,ListServiceNetworksResult> asyncHandler) |
Future<ListServiceNetworksResult> |
AmazonVPCLatticeAsync.listServiceNetworksAsync(ListServiceNetworksRequest listServiceNetworksRequest,
AsyncHandler<ListServiceNetworksRequest,ListServiceNetworksResult> asyncHandler)
Lists the service networks owned by the caller account or shared with the caller account.
|
Future<ListServiceNetworksResult> |
AmazonVPCLatticeAsyncClient.listServiceNetworksAsync(ListServiceNetworksRequest request,
AsyncHandler<ListServiceNetworksRequest,ListServiceNetworksResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListServiceNetworksResult |
ListServiceNetworksResult.clone() |
ListServiceNetworksResult |
ListServiceNetworksResult.withItems(Collection<ServiceNetworkSummary> items)
Information about the service networks.
|
ListServiceNetworksResult |
ListServiceNetworksResult.withItems(ServiceNetworkSummary... items)
Information about the service networks.
|
ListServiceNetworksResult |
ListServiceNetworksResult.withNextToken(String nextToken)
If there are additional results, a pagination token for the next page of results.
|
Copyright © 2023. All rights reserved.