Uses of Class
software.amazon.awssdk.services.batch.model.KeyValuesPair
-
Packages that use KeyValuesPair Package Description software.amazon.awssdk.services.batch.model -
-
Uses of KeyValuesPair in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type KeyValuesPair Modifier and Type Method Description List<KeyValuesPair>ListJobsRequest. filters()The filter to apply to the query.Methods in software.amazon.awssdk.services.batch.model with parameters of type KeyValuesPair Modifier and Type Method Description ListJobsRequest.BuilderListJobsRequest.Builder. filters(KeyValuesPair... filters)The filter to apply to the query.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type KeyValuesPair Modifier and Type Method Description ListJobsRequest.BuilderListJobsRequest.Builder. filters(Collection<KeyValuesPair> filters)The filter to apply to the query.
-