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