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