| Package | Description |
|---|---|
| com.amazonaws.services.iotsecuretunneling.model |
| Modifier and Type | Method and Description |
|---|---|
Tunnel |
Tunnel.clone() |
Tunnel |
DescribeTunnelResult.getTunnel()
The tunnel being described.
|
Tunnel |
Tunnel.withCreatedAt(Date createdAt)
The time when the tunnel was created.
|
Tunnel |
Tunnel.withDescription(String description)
A description of the tunnel.
|
Tunnel |
Tunnel.withDestinationConfig(DestinationConfig destinationConfig)
The destination configuration that specifies the thing name of the destination device and a service name that the
local proxy uses to connect to the destination application.
|
Tunnel |
Tunnel.withDestinationConnectionState(ConnectionState destinationConnectionState)
The connection state of the destination application.
|
Tunnel |
Tunnel.withLastUpdatedAt(Date lastUpdatedAt)
The last time the tunnel was updated.
|
Tunnel |
Tunnel.withSourceConnectionState(ConnectionState sourceConnectionState)
The connection state of the source application.
|
Tunnel |
Tunnel.withStatus(String status)
The status of a tunnel.
|
Tunnel |
Tunnel.withStatus(TunnelStatus status)
The status of a tunnel.
|
Tunnel |
Tunnel.withTags(Collection<Tag> tags)
A list of tag metadata associated with the secure tunnel.
|
Tunnel |
Tunnel.withTags(Tag... tags)
A list of tag metadata associated with the secure tunnel.
|
Tunnel |
Tunnel.withTimeoutConfig(TimeoutConfig timeoutConfig)
Timeout configuration for the tunnel.
|
Tunnel |
Tunnel.withTunnelArn(String tunnelArn)
The Amazon Resource Name (ARN) of a tunnel.
|
Tunnel |
Tunnel.withTunnelId(String tunnelId)
A unique alpha-numeric ID that identifies a tunnel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTunnelResult.setTunnel(Tunnel tunnel)
The tunnel being described.
|
DescribeTunnelResult |
DescribeTunnelResult.withTunnel(Tunnel tunnel)
The tunnel being described.
|
Copyright © 2025. All rights reserved.