Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.QueryStringKeyValuePair
Packages that use QueryStringKeyValuePair
-
Uses of QueryStringKeyValuePair in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type QueryStringKeyValuePairModifier and TypeMethodDescriptionfinal List<QueryStringKeyValuePair>QueryStringConditionConfig.values()The key/value pairs or values to find in the query string.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type QueryStringKeyValuePairModifier and TypeMethodDescriptionQueryStringConditionConfig.Builder.values(QueryStringKeyValuePair... values) The key/value pairs or values to find in the query string.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type QueryStringKeyValuePairModifier and TypeMethodDescriptionQueryStringConditionConfig.Builder.values(Collection<QueryStringKeyValuePair> values) The key/value pairs or values to find in the query string.