| 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 |
|---|---|
Future<CreateConnectionResult> |
AWSNetworkManagerAsyncClient.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
Future<CreateConnectionResult> |
AbstractAWSNetworkManagerAsync.createConnectionAsync(CreateConnectionRequest request,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) |
Future<CreateConnectionResult> |
AWSNetworkManagerAsync.createConnectionAsync(CreateConnectionRequest createConnectionRequest,
AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
Creates a connection between two devices.
|
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionRequest |
CreateConnectionRequest.clone() |
CreateConnectionRequest |
CreateConnectionRequest.withConnectedDeviceId(String connectedDeviceId)
The ID of the second device in the connection.
|
CreateConnectionRequest |
CreateConnectionRequest.withConnectedLinkId(String connectedLinkId)
The ID of the link for the second device.
|
CreateConnectionRequest |
CreateConnectionRequest.withDescription(String description)
A description of the connection.
|
CreateConnectionRequest |
CreateConnectionRequest.withDeviceId(String deviceId)
The ID of the first device in the connection.
|
CreateConnectionRequest |
CreateConnectionRequest.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
CreateConnectionRequest |
CreateConnectionRequest.withLinkId(String linkId)
The ID of the link for the first device.
|
CreateConnectionRequest |
CreateConnectionRequest.withTags(Collection<Tag> tags)
The tags to apply to the resource during creation.
|
CreateConnectionRequest |
CreateConnectionRequest.withTags(Tag... tags)
The tags to apply to the resource during creation.
|
Copyright © 2023. All rights reserved.