| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager |
Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit
Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.
|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
GetLinksResult |
AWSNetworkManagerClient.getLinks(GetLinksRequest request)
Gets information about one or more links in a specified global network.
|
GetLinksResult |
AbstractAWSNetworkManager.getLinks(GetLinksRequest request) |
GetLinksResult |
AWSNetworkManager.getLinks(GetLinksRequest getLinksRequest)
Gets information about one or more links in a specified global network.
|
Future<GetLinksResult> |
AWSNetworkManagerAsyncClient.getLinksAsync(GetLinksRequest request) |
Future<GetLinksResult> |
AbstractAWSNetworkManagerAsync.getLinksAsync(GetLinksRequest request) |
Future<GetLinksResult> |
AWSNetworkManagerAsync.getLinksAsync(GetLinksRequest getLinksRequest)
Gets information about one or more links in a specified global network.
|
Future<GetLinksResult> |
AWSNetworkManagerAsyncClient.getLinksAsync(GetLinksRequest request,
AsyncHandler<GetLinksRequest,GetLinksResult> asyncHandler) |
Future<GetLinksResult> |
AbstractAWSNetworkManagerAsync.getLinksAsync(GetLinksRequest request,
AsyncHandler<GetLinksRequest,GetLinksResult> asyncHandler) |
Future<GetLinksResult> |
AWSNetworkManagerAsync.getLinksAsync(GetLinksRequest getLinksRequest,
AsyncHandler<GetLinksRequest,GetLinksResult> asyncHandler)
Gets information about one or more links in a specified global network.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetLinksResult> |
AWSNetworkManagerAsyncClient.getLinksAsync(GetLinksRequest request,
AsyncHandler<GetLinksRequest,GetLinksResult> asyncHandler) |
Future<GetLinksResult> |
AbstractAWSNetworkManagerAsync.getLinksAsync(GetLinksRequest request,
AsyncHandler<GetLinksRequest,GetLinksResult> asyncHandler) |
Future<GetLinksResult> |
AWSNetworkManagerAsync.getLinksAsync(GetLinksRequest getLinksRequest,
AsyncHandler<GetLinksRequest,GetLinksResult> asyncHandler)
Gets information about one or more links in a specified global network.
|
| Modifier and Type | Method and Description |
|---|---|
GetLinksRequest |
GetLinksRequest.clone() |
GetLinksRequest |
GetLinksRequest.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
GetLinksRequest |
GetLinksRequest.withLinkIds(Collection<String> linkIds)
One or more link IDs.
|
GetLinksRequest |
GetLinksRequest.withLinkIds(String... linkIds)
One or more link IDs.
|
GetLinksRequest |
GetLinksRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
GetLinksRequest |
GetLinksRequest.withNextToken(String nextToken)
The token for the next page of results.
|
GetLinksRequest |
GetLinksRequest.withProvider(String provider)
The link provider.
|
GetLinksRequest |
GetLinksRequest.withSiteId(String siteId)
The ID of the site.
|
GetLinksRequest |
GetLinksRequest.withType(String type)
The link type.
|
Copyright © 2024. All rights reserved.