| Package | Description |
|---|---|
| com.amazonaws.services.iotsecuretunneling.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionState |
ConnectionState.clone() |
ConnectionState |
Tunnel.getDestinationConnectionState()
The connection state of the destination application.
|
ConnectionState |
Tunnel.getSourceConnectionState()
The connection state of the source application.
|
ConnectionState |
ConnectionState.withLastUpdatedAt(Date lastUpdatedAt)
The last time the connection status was updated.
|
ConnectionState |
ConnectionState.withStatus(ConnectionStatus status)
The connection status of the tunnel.
|
ConnectionState |
ConnectionState.withStatus(String status)
The connection status of the tunnel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tunnel.setDestinationConnectionState(ConnectionState destinationConnectionState)
The connection state of the destination application.
|
void |
Tunnel.setSourceConnectionState(ConnectionState sourceConnectionState)
The connection state of the source application.
|
Tunnel |
Tunnel.withDestinationConnectionState(ConnectionState destinationConnectionState)
The connection state of the destination application.
|
Tunnel |
Tunnel.withSourceConnectionState(ConnectionState sourceConnectionState)
The connection state of the source application.
|
Copyright © 2025. All rights reserved.