| Package | Description |
|---|---|
| com.amazonaws.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
static FilterCondition |
FilterCondition.fromValue(String value)
Use this in place of valueOf.
|
static FilterCondition |
FilterCondition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterCondition[] |
FilterCondition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceFilter |
ServiceFilter.withCondition(FilterCondition condition)
The operator that you want to use to determine whether a service is returned by
ListServices. |
OperationFilter |
OperationFilter.withCondition(FilterCondition condition)
The operator that you want to use to determine whether an operation matches the specified value.
|
NamespaceFilter |
NamespaceFilter.withCondition(FilterCondition condition)
The operator that you want to use to determine whether
ListNamespaces returns a namespace. |
Copyright © 2020. All rights reserved.