| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<Phase1EncryptionAlgorithmsRequestListValue> |
ModifyVpnTunnelOptionsSpecification.phase1EncryptionAlgorithms()
One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.
|
List<Phase1EncryptionAlgorithmsRequestListValue> |
VpnTunnelOptionsSpecification.phase1EncryptionAlgorithms()
One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyVpnTunnelOptionsSpecification.Builder |
ModifyVpnTunnelOptionsSpecification.Builder.phase1EncryptionAlgorithms(Phase1EncryptionAlgorithmsRequestListValue... phase1EncryptionAlgorithms)
One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.
|
VpnTunnelOptionsSpecification.Builder |
VpnTunnelOptionsSpecification.Builder.phase1EncryptionAlgorithms(Phase1EncryptionAlgorithmsRequestListValue... phase1EncryptionAlgorithms)
One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyVpnTunnelOptionsSpecification.Builder |
ModifyVpnTunnelOptionsSpecification.Builder.phase1EncryptionAlgorithms(Collection<Phase1EncryptionAlgorithmsRequestListValue> phase1EncryptionAlgorithms)
One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.
|
VpnTunnelOptionsSpecification.Builder |
VpnTunnelOptionsSpecification.Builder.phase1EncryptionAlgorithms(Collection<Phase1EncryptionAlgorithmsRequestListValue> phase1EncryptionAlgorithms)
One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.
|
Copyright © 2019. All rights reserved.