| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
NamespaceFilter |
NamespaceFilter.clone() |
NamespaceFilter |
NamespaceFilter.withCondition(FilterCondition condition)
Specify the operator that you want to use to determine whether a namespace matches the specified value.
|
NamespaceFilter |
NamespaceFilter.withCondition(String condition)
Specify the operator that you want to use to determine whether a namespace matches the specified value.
|
NamespaceFilter |
NamespaceFilter.withName(NamespaceFilterName name)
Specify the namespaces that you want to get using one of the following.
|
NamespaceFilter |
NamespaceFilter.withName(String name)
Specify the namespaces that you want to get using one of the following.
|
NamespaceFilter |
NamespaceFilter.withValues(Collection<String> values)
Specify the values that are applicable to the value that you specify for
Name. |
NamespaceFilter |
NamespaceFilter.withValues(String... values)
Specify the values that are applicable to the value that you specify for
Name. |
| Modifier and Type | Method and Description |
|---|---|
List<NamespaceFilter> |
ListNamespacesRequest.getFilters()
A complex type that contains specifications for the namespaces that you want to list.
|
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesRequest |
ListNamespacesRequest.withFilters(NamespaceFilter... filters)
A complex type that contains specifications for the namespaces that you want to list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListNamespacesRequest.setFilters(Collection<NamespaceFilter> filters)
A complex type that contains specifications for the namespaces that you want to list.
|
ListNamespacesRequest |
ListNamespacesRequest.withFilters(Collection<NamespaceFilter> filters)
A complex type that contains specifications for the namespaces that you want to list.
|
Copyright © 2024. All rights reserved.