| Package | Description |
|---|---|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.withName(String name)
The name of the filter.
|
Filter |
Filter.withValues(Collection<String> values)
Contains one or more values for the filter.
|
Filter |
Filter.withValues(String... values)
Contains one or more values for the filter.
|
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
DescribeOutboundConnectionsRequest.getFilters()
A list of filters used to match properties for outbound cross-cluster connections.
|
List<Filter> |
DescribeInboundConnectionsRequest.getFilters()
A list of filters used to match properties for inbound cross-cluster connections.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeOutboundConnectionsRequest |
DescribeOutboundConnectionsRequest.withFilters(Filter... filters)
A list of filters used to match properties for outbound cross-cluster connections.
|
DescribeInboundConnectionsRequest |
DescribeInboundConnectionsRequest.withFilters(Filter... filters)
A list of filters used to match properties for inbound cross-cluster connections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeOutboundConnectionsRequest.setFilters(Collection<Filter> filters)
A list of filters used to match properties for outbound cross-cluster connections.
|
void |
DescribeInboundConnectionsRequest.setFilters(Collection<Filter> filters)
A list of filters used to match properties for inbound cross-cluster connections.
|
DescribeOutboundConnectionsRequest |
DescribeOutboundConnectionsRequest.withFilters(Collection<Filter> filters)
A list of filters used to match properties for outbound cross-cluster connections.
|
DescribeInboundConnectionsRequest |
DescribeInboundConnectionsRequest.withFilters(Collection<Filter> filters)
A list of filters used to match properties for inbound cross-cluster connections.
|
Copyright © 2022. All rights reserved.