Uses of Class
software.amazon.awssdk.services.glue.model.IntegrationFilter
-
Packages that use IntegrationFilter Package Description software.amazon.awssdk.services.glue.model -
-
Uses of IntegrationFilter in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type IntegrationFilter Modifier and Type Method Description List<IntegrationFilter>DescribeIntegrationsRequest. filters()A list of key and values, to filter down the results.Methods in software.amazon.awssdk.services.glue.model with parameters of type IntegrationFilter Modifier and Type Method Description DescribeIntegrationsRequest.BuilderDescribeIntegrationsRequest.Builder. filters(IntegrationFilter... filters)A list of key and values, to filter down the results.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type IntegrationFilter Modifier and Type Method Description DescribeIntegrationsRequest.BuilderDescribeIntegrationsRequest.Builder. filters(Collection<IntegrationFilter> filters)A list of key and values, to filter down the results.
-