| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<Phase2DHGroupNumbersRequestListValue> |
VpnTunnelOptionsSpecification.phase2DHGroupNumbers()
One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.
|
List<Phase2DHGroupNumbersRequestListValue> |
ModifyVpnTunnelOptionsSpecification.phase2DHGroupNumbers()
One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.
|
| Modifier and Type | Method and Description |
|---|---|
VpnTunnelOptionsSpecification.Builder |
VpnTunnelOptionsSpecification.Builder.phase2DHGroupNumbers(Phase2DHGroupNumbersRequestListValue... phase2DHGroupNumbers)
One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.
|
ModifyVpnTunnelOptionsSpecification.Builder |
ModifyVpnTunnelOptionsSpecification.Builder.phase2DHGroupNumbers(Phase2DHGroupNumbersRequestListValue... phase2DHGroupNumbers)
One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.
|
| Modifier and Type | Method and Description |
|---|---|
VpnTunnelOptionsSpecification.Builder |
VpnTunnelOptionsSpecification.Builder.phase2DHGroupNumbers(Collection<Phase2DHGroupNumbersRequestListValue> phase2DHGroupNumbers)
One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.
|
ModifyVpnTunnelOptionsSpecification.Builder |
ModifyVpnTunnelOptionsSpecification.Builder.phase2DHGroupNumbers(Collection<Phase2DHGroupNumbersRequestListValue> phase2DHGroupNumbers)
One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.
|
Copyright © 2021. All rights reserved.