Uses of Class
software.amazon.awssdk.services.ec2.model.Phase2EncryptionAlgorithmsRequestListValue
-
Packages that use Phase2EncryptionAlgorithmsRequestListValue Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of Phase2EncryptionAlgorithmsRequestListValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Phase2EncryptionAlgorithmsRequestListValue Modifier and Type Method Description List<Phase2EncryptionAlgorithmsRequestListValue>ModifyVpnTunnelOptionsSpecification. phase2EncryptionAlgorithms()One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.List<Phase2EncryptionAlgorithmsRequestListValue>VpnTunnelOptionsSpecification. phase2EncryptionAlgorithms()One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Phase2EncryptionAlgorithmsRequestListValue Modifier and Type Method Description ModifyVpnTunnelOptionsSpecification.BuilderModifyVpnTunnelOptionsSpecification.Builder. phase2EncryptionAlgorithms(Phase2EncryptionAlgorithmsRequestListValue... phase2EncryptionAlgorithms)One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.VpnTunnelOptionsSpecification.BuilderVpnTunnelOptionsSpecification.Builder. phase2EncryptionAlgorithms(Phase2EncryptionAlgorithmsRequestListValue... phase2EncryptionAlgorithms)One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Phase2EncryptionAlgorithmsRequestListValue Modifier and Type Method Description ModifyVpnTunnelOptionsSpecification.BuilderModifyVpnTunnelOptionsSpecification.Builder. phase2EncryptionAlgorithms(Collection<Phase2EncryptionAlgorithmsRequestListValue> phase2EncryptionAlgorithms)One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.VpnTunnelOptionsSpecification.BuilderVpnTunnelOptionsSpecification.Builder. phase2EncryptionAlgorithms(Collection<Phase2EncryptionAlgorithmsRequestListValue> phase2EncryptionAlgorithms)One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.
-