| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager |
Transit Gateway Network Manager (Network Manager) enables you to create a global network, in which you can monitor
your AWS and on-premises networks that are built around transit gateways.
|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
CreateLinkResult |
AWSNetworkManager.createLink(CreateLinkRequest createLinkRequest)
Creates a new link for a specified site.
|
CreateLinkResult |
AbstractAWSNetworkManager.createLink(CreateLinkRequest request) |
CreateLinkResult |
AWSNetworkManagerClient.createLink(CreateLinkRequest request)
Creates a new link for a specified site.
|
Future<CreateLinkResult> |
AWSNetworkManagerAsync.createLinkAsync(CreateLinkRequest createLinkRequest)
Creates a new link for a specified site.
|
Future<CreateLinkResult> |
AbstractAWSNetworkManagerAsync.createLinkAsync(CreateLinkRequest request) |
Future<CreateLinkResult> |
AWSNetworkManagerAsyncClient.createLinkAsync(CreateLinkRequest request) |
Future<CreateLinkResult> |
AWSNetworkManagerAsync.createLinkAsync(CreateLinkRequest createLinkRequest,
AsyncHandler<CreateLinkRequest,CreateLinkResult> asyncHandler)
Creates a new link for a specified site.
|
Future<CreateLinkResult> |
AbstractAWSNetworkManagerAsync.createLinkAsync(CreateLinkRequest request,
AsyncHandler<CreateLinkRequest,CreateLinkResult> asyncHandler) |
Future<CreateLinkResult> |
AWSNetworkManagerAsyncClient.createLinkAsync(CreateLinkRequest request,
AsyncHandler<CreateLinkRequest,CreateLinkResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLinkResult> |
AWSNetworkManagerAsync.createLinkAsync(CreateLinkRequest createLinkRequest,
AsyncHandler<CreateLinkRequest,CreateLinkResult> asyncHandler)
Creates a new link for a specified site.
|
Future<CreateLinkResult> |
AbstractAWSNetworkManagerAsync.createLinkAsync(CreateLinkRequest request,
AsyncHandler<CreateLinkRequest,CreateLinkResult> asyncHandler) |
Future<CreateLinkResult> |
AWSNetworkManagerAsyncClient.createLinkAsync(CreateLinkRequest request,
AsyncHandler<CreateLinkRequest,CreateLinkResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLinkRequest |
CreateLinkRequest.clone() |
CreateLinkRequest |
CreateLinkRequest.withBandwidth(Bandwidth bandwidth)
The upload speed and download speed in Mbps.
|
CreateLinkRequest |
CreateLinkRequest.withDescription(String description)
A description of the link.
|
CreateLinkRequest |
CreateLinkRequest.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
CreateLinkRequest |
CreateLinkRequest.withProvider(String provider)
The provider of the link.
|
CreateLinkRequest |
CreateLinkRequest.withSiteId(String siteId)
The ID of the site.
|
CreateLinkRequest |
CreateLinkRequest.withTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
CreateLinkRequest |
CreateLinkRequest.withTags(Tag... tags)
The tags to apply to the resource during creation.
|
CreateLinkRequest |
CreateLinkRequest.withType(String type)
The type of the link.
|
Copyright © 2021. All rights reserved.