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