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