Uses of Class
software.amazon.awssdk.services.ec2.model.Phase1EncryptionAlgorithmsListValue
Packages that use Phase1EncryptionAlgorithmsListValue
-
Uses of Phase1EncryptionAlgorithmsListValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Phase1EncryptionAlgorithmsListValueModifier and TypeMethodDescriptionTunnelOption.phase1EncryptionAlgorithms()The permitted encryption algorithms for the VPN tunnel for phase 1 IKE negotiations.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Phase1EncryptionAlgorithmsListValueModifier and TypeMethodDescriptionTunnelOption.Builder.phase1EncryptionAlgorithms(Phase1EncryptionAlgorithmsListValue... phase1EncryptionAlgorithms) The permitted encryption algorithms for the VPN tunnel for phase 1 IKE negotiations.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Phase1EncryptionAlgorithmsListValueModifier and TypeMethodDescriptionTunnelOption.Builder.phase1EncryptionAlgorithms(Collection<Phase1EncryptionAlgorithmsListValue> phase1EncryptionAlgorithms) The permitted encryption algorithms for the VPN tunnel for phase 1 IKE negotiations.