Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.QueryStringKeyValuePair
-
Packages that use QueryStringKeyValuePair Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
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 QueryStringKeyValuePair Modifier and Type Method Description 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 QueryStringKeyValuePair Modifier and Type Method Description QueryStringConditionConfig.Builder
QueryStringConditionConfig.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 QueryStringKeyValuePair Modifier and Type Method Description QueryStringConditionConfig.Builder
QueryStringConditionConfig.Builder. values(Collection<QueryStringKeyValuePair> values)
The key/value pairs or values to find in the query string.
-