| Package | Description |
|---|---|
| com.amazonaws.services.iotsecuretunneling.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationConfig |
DestinationConfig.clone() |
DestinationConfig |
Tunnel.getDestinationConfig()
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.
|
DestinationConfig |
OpenTunnelRequest.getDestinationConfig()
The destination configuration for the OpenTunnel request.
|
DestinationConfig |
RotateTunnelAccessTokenRequest.getDestinationConfig() |
DestinationConfig |
DestinationConfig.withServices(Collection<String> services)
A list of service names that identify the target application.
|
DestinationConfig |
DestinationConfig.withServices(String... services)
A list of service names that identify the target application.
|
DestinationConfig |
DestinationConfig.withThingName(String thingName)
The name of the IoT thing to which you want to connect.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tunnel.setDestinationConfig(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.
|
void |
OpenTunnelRequest.setDestinationConfig(DestinationConfig destinationConfig)
The destination configuration for the OpenTunnel request.
|
void |
RotateTunnelAccessTokenRequest.setDestinationConfig(DestinationConfig destinationConfig) |
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.
|
OpenTunnelRequest |
OpenTunnelRequest.withDestinationConfig(DestinationConfig destinationConfig)
The destination configuration for the OpenTunnel request.
|
RotateTunnelAccessTokenRequest |
RotateTunnelAccessTokenRequest.withDestinationConfig(DestinationConfig destinationConfig) |
Copyright © 2024. All rights reserved.