| Package | Description |
|---|---|
| com.amazonaws.services.outposts.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionDetails |
ConnectionDetails.clone() |
ConnectionDetails |
GetConnectionResult.getConnectionDetails()
Information about the connection.
|
ConnectionDetails |
ConnectionDetails.withAllowedIps(Collection<String> allowedIps)
The allowed IP addresses.
|
ConnectionDetails |
ConnectionDetails.withAllowedIps(String... allowedIps)
The allowed IP addresses.
|
ConnectionDetails |
ConnectionDetails.withClientPublicKey(String clientPublicKey)
The public key of the client.
|
ConnectionDetails |
ConnectionDetails.withClientTunnelAddress(String clientTunnelAddress)
The client tunnel address.
|
ConnectionDetails |
ConnectionDetails.withServerEndpoint(String serverEndpoint)
The endpoint for the server.
|
ConnectionDetails |
ConnectionDetails.withServerPublicKey(String serverPublicKey)
The public key of the server.
|
ConnectionDetails |
ConnectionDetails.withServerTunnelAddress(String serverTunnelAddress)
The server tunnel address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetConnectionResult.setConnectionDetails(ConnectionDetails connectionDetails)
Information about the connection.
|
GetConnectionResult |
GetConnectionResult.withConnectionDetails(ConnectionDetails connectionDetails)
Information about the connection.
|
Copyright © 2022. All rights reserved.