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