| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
VpnConnectionDeviceType |
VpnConnectionDeviceType.clone() |
VpnConnectionDeviceType |
VpnConnectionDeviceType.withPlatform(String platform)
Customer gateway device platform.
|
VpnConnectionDeviceType |
VpnConnectionDeviceType.withSoftware(String software)
Customer gateway device software version.
|
VpnConnectionDeviceType |
VpnConnectionDeviceType.withVendor(String vendor)
Customer gateway device vendor.
|
VpnConnectionDeviceType |
VpnConnectionDeviceType.withVpnConnectionDeviceTypeId(String vpnConnectionDeviceTypeId)
Customer gateway device identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpnConnectionDeviceType> |
GetVpnConnectionDeviceTypesResult.getVpnConnectionDeviceTypes()
List of customer gateway devices that have a sample configuration file available for use.
|
| Modifier and Type | Method and Description |
|---|---|
GetVpnConnectionDeviceTypesResult |
GetVpnConnectionDeviceTypesResult.withVpnConnectionDeviceTypes(VpnConnectionDeviceType... vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetVpnConnectionDeviceTypesResult.setVpnConnectionDeviceTypes(Collection<VpnConnectionDeviceType> vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
|
GetVpnConnectionDeviceTypesResult |
GetVpnConnectionDeviceTypesResult.withVpnConnectionDeviceTypes(Collection<VpnConnectionDeviceType> vpnConnectionDeviceTypes)
List of customer gateway devices that have a sample configuration file available for use.
|
Copyright © 2025. All rights reserved.