Uses of Class
software.amazon.awssdk.services.ec2.model.Phase2IntegrityAlgorithmsRequestListValue
Packages that use Phase2IntegrityAlgorithmsRequestListValue
-
Uses of Phase2IntegrityAlgorithmsRequestListValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Phase2IntegrityAlgorithmsRequestListValueModifier and TypeMethodDescriptionModifyVpnTunnelOptionsSpecification.phase2IntegrityAlgorithms()One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.VpnTunnelOptionsSpecification.phase2IntegrityAlgorithms()One or more integrity 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 Phase2IntegrityAlgorithmsRequestListValueModifier and TypeMethodDescriptionModifyVpnTunnelOptionsSpecification.Builder.phase2IntegrityAlgorithms(Phase2IntegrityAlgorithmsRequestListValue... phase2IntegrityAlgorithms) One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.VpnTunnelOptionsSpecification.Builder.phase2IntegrityAlgorithms(Phase2IntegrityAlgorithmsRequestListValue... phase2IntegrityAlgorithms) One or more integrity 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 Phase2IntegrityAlgorithmsRequestListValueModifier and TypeMethodDescriptionModifyVpnTunnelOptionsSpecification.Builder.phase2IntegrityAlgorithms(Collection<Phase2IntegrityAlgorithmsRequestListValue> phase2IntegrityAlgorithms) One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.VpnTunnelOptionsSpecification.Builder.phase2IntegrityAlgorithms(Collection<Phase2IntegrityAlgorithmsRequestListValue> phase2IntegrityAlgorithms) One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.