| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Connection.clone() |
Connection |
UpdateConnectionResult.getConnection()
Information about the connection.
|
Connection |
DeleteConnectionResult.getConnection()
Information about the connection.
|
Connection |
CreateConnectionResult.getConnection()
Information about the connection.
|
Connection |
Connection.withConnectedDeviceId(String connectedDeviceId)
The ID of the second device in the connection.
|
Connection |
Connection.withConnectedLinkId(String connectedLinkId)
The ID of the link for the second device in the connection.
|
Connection |
Connection.withConnectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection.
|
Connection |
Connection.withConnectionId(String connectionId)
The ID of the connection.
|
Connection |
Connection.withCreatedAt(Date createdAt)
The date and time that the connection was created.
|
Connection |
Connection.withDescription(String description)
The description of the connection.
|
Connection |
Connection.withDeviceId(String deviceId)
The ID of the first device in the connection.
|
Connection |
Connection.withGlobalNetworkId(String globalNetworkId)
The ID of the global network.
|
Connection |
Connection.withLinkId(String linkId)
The ID of the link for the first device in the connection.
|
Connection |
Connection.withState(ConnectionState state)
The state of the connection.
|
Connection |
Connection.withState(String state)
The state of the connection.
|
Connection |
Connection.withTags(Collection<Tag> tags)
The tags for the connection.
|
Connection |
Connection.withTags(Tag... tags)
The tags for the connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
GetConnectionsResult.getConnections()
Information about the connections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateConnectionResult.setConnection(Connection connection)
Information about the connection.
|
void |
DeleteConnectionResult.setConnection(Connection connection)
Information about the connection.
|
void |
CreateConnectionResult.setConnection(Connection connection)
Information about the connection.
|
UpdateConnectionResult |
UpdateConnectionResult.withConnection(Connection connection)
Information about the connection.
|
DeleteConnectionResult |
DeleteConnectionResult.withConnection(Connection connection)
Information about the connection.
|
CreateConnectionResult |
CreateConnectionResult.withConnection(Connection connection)
Information about the connection.
|
GetConnectionsResult |
GetConnectionsResult.withConnections(Connection... connections)
Information about the connections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetConnectionsResult.setConnections(Collection<Connection> connections)
Information about the connections.
|
GetConnectionsResult |
GetConnectionsResult.withConnections(Collection<Connection> connections)
Information about the connections.
|
Copyright © 2025. All rights reserved.