| Package | Description |
|---|---|
| com.amazonaws.services.iotsecuretunneling.model |
| Modifier and Type | Method and Description |
|---|---|
TunnelSummary |
TunnelSummary.clone() |
TunnelSummary |
TunnelSummary.withCreatedAt(Date createdAt)
The time the tunnel was created.
|
TunnelSummary |
TunnelSummary.withDescription(String description)
A description of the tunnel.
|
TunnelSummary |
TunnelSummary.withLastUpdatedAt(Date lastUpdatedAt)
The time the tunnel was last updated.
|
TunnelSummary |
TunnelSummary.withStatus(String status)
The status of a tunnel.
|
TunnelSummary |
TunnelSummary.withStatus(TunnelStatus status)
The status of a tunnel.
|
TunnelSummary |
TunnelSummary.withTunnelArn(String tunnelArn)
The Amazon Resource Name of the tunnel.
|
TunnelSummary |
TunnelSummary.withTunnelId(String tunnelId)
The unique alpha-numeric identifier for the tunnel.
|
| Modifier and Type | Method and Description |
|---|---|
List<TunnelSummary> |
ListTunnelsResult.getTunnelSummaries()
A short description of the tunnels in an AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListTunnelsResult |
ListTunnelsResult.withTunnelSummaries(TunnelSummary... tunnelSummaries)
A short description of the tunnels in an AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTunnelsResult.setTunnelSummaries(Collection<TunnelSummary> tunnelSummaries)
A short description of the tunnels in an AWS account.
|
ListTunnelsResult |
ListTunnelsResult.withTunnelSummaries(Collection<TunnelSummary> tunnelSummaries)
A short description of the tunnels in an AWS account.
|
Copyright © 2021. All rights reserved.