| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateLinkResponse> |
NetworkManagerAsyncClient.createLink(Consumer<CreateLinkRequest.Builder> createLinkRequest)
Creates a new link for a specified site.
|
default CreateLinkResponse |
NetworkManagerClient.createLink(Consumer<CreateLinkRequest.Builder> createLinkRequest)
Creates a new link for a specified site.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.bandwidth(Bandwidth bandwidth)
The upload speed and download speed in Mbps.
|
default CreateLinkRequest.Builder |
CreateLinkRequest.Builder.bandwidth(Consumer<Bandwidth.Builder> bandwidth)
The upload speed and download speed in Mbps.
|
static CreateLinkRequest.Builder |
CreateLinkRequest.builder() |
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.description(String description)
A description of the link.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.globalNetworkId(String globalNetworkId)
The ID of the global network.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.provider(String provider)
The provider of the link.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.siteId(String siteId)
The ID of the site.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.tags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to apply to the resource during creation.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.tags(Tag... tags)
The tags to apply to the resource during creation.
|
CreateLinkRequest.Builder |
CreateLinkRequest.toBuilder() |
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.type(String type)
The type of the link.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLinkRequest.Builder> |
CreateLinkRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.