| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceFilter |
ServiceFilter.clone() |
ServiceFilter |
ServiceFilter.withCondition(FilterCondition condition)
The operator that you want to use to determine whether a service is returned by
ListServices. |
ServiceFilter |
ServiceFilter.withCondition(String condition)
The operator that you want to use to determine whether a service is returned by
ListServices. |
ServiceFilter |
ServiceFilter.withName(ServiceFilterName name)
Specify
NAMESPACE_ID. |
ServiceFilter |
ServiceFilter.withName(String name)
Specify
NAMESPACE_ID. |
ServiceFilter |
ServiceFilter.withValues(Collection<String> values)
The values that are applicable to the value that you specify for
Condition to filter the list of
services. |
ServiceFilter |
ServiceFilter.withValues(String... values)
The values that are applicable to the value that you specify for
Condition to filter the list of
services. |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceFilter> |
ListServicesRequest.getFilters()
A complex type that contains specifications for the namespaces that you want to list services for.
|
| Modifier and Type | Method and Description |
|---|---|
ListServicesRequest |
ListServicesRequest.withFilters(ServiceFilter... filters)
A complex type that contains specifications for the namespaces that you want to list services for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServicesRequest.setFilters(Collection<ServiceFilter> filters)
A complex type that contains specifications for the namespaces that you want to list services for.
|
ListServicesRequest |
ListServicesRequest.withFilters(Collection<ServiceFilter> filters)
A complex type that contains specifications for the namespaces that you want to list services for.
|
Copyright © 2024. All rights reserved.