Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeIntegrationsFilter
-
Packages that use DescribeIntegrationsFilter Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of DescribeIntegrationsFilter in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type DescribeIntegrationsFilter Modifier and Type Method Description List<DescribeIntegrationsFilter>DescribeIntegrationsRequest. filters()A filter that specifies one or more resources to return.Methods in software.amazon.awssdk.services.redshift.model with parameters of type DescribeIntegrationsFilter Modifier and Type Method Description DescribeIntegrationsRequest.BuilderDescribeIntegrationsRequest.Builder. filters(DescribeIntegrationsFilter... filters)A filter that specifies one or more resources to return.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type DescribeIntegrationsFilter Modifier and Type Method Description DescribeIntegrationsRequest.BuilderDescribeIntegrationsRequest.Builder. filters(Collection<DescribeIntegrationsFilter> filters)A filter that specifies one or more resources to return.
-