Uses of Class
software.amazon.awssdk.services.opensearch.model.Filter
-
Packages that use Filter Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of Filter in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type Filter Modifier and Type Method Description List<Filter>DescribeInboundConnectionsRequest. filters()A list of filters used to match properties for inbound cross-cluster connections.List<Filter>DescribeOutboundConnectionsRequest. filters()List of filter names and values that you can use for requests.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type Filter Modifier and Type Method Description DescribeInboundConnectionsRequest.BuilderDescribeInboundConnectionsRequest.Builder. filters(Filter... filters)A list of filters used to match properties for inbound cross-cluster connections.DescribeOutboundConnectionsRequest.BuilderDescribeOutboundConnectionsRequest.Builder. filters(Filter... filters)List of filter names and values that you can use for requests.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type Filter Modifier and Type Method Description DescribeInboundConnectionsRequest.BuilderDescribeInboundConnectionsRequest.Builder. filters(Collection<Filter> filters)A list of filters used to match properties for inbound cross-cluster connections.DescribeOutboundConnectionsRequest.BuilderDescribeOutboundConnectionsRequest.Builder. filters(Collection<Filter> filters)List of filter names and values that you can use for requests.
-