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