| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<Phase2EncryptionAlgorithmsListValue> |
TunnelOption.phase2EncryptionAlgorithms()
The permitted encryption algorithms for the VPN tunnel for phase 2 IKE negotiations.
|
| Modifier and Type | Method and Description |
|---|---|
TunnelOption.Builder |
TunnelOption.Builder.phase2EncryptionAlgorithms(Phase2EncryptionAlgorithmsListValue... phase2EncryptionAlgorithms)
The permitted encryption algorithms for the VPN tunnel for phase 2 IKE negotiations.
|
| Modifier and Type | Method and Description |
|---|---|
TunnelOption.Builder |
TunnelOption.Builder.phase2EncryptionAlgorithms(Collection<Phase2EncryptionAlgorithmsListValue> phase2EncryptionAlgorithms)
The permitted encryption algorithms for the VPN tunnel for phase 2 IKE negotiations.
|
Copyright © 2020. All rights reserved.