| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
FilterCondition |
NamespaceFilter.condition()
Specify the operator that you want to use to determine whether a namespace matches the specified value.
|
FilterCondition |
ServiceFilter.condition()
The operator that you want to use to determine whether a service is returned by
ListServices. |
FilterCondition |
OperationFilter.condition()
The operator that you want to use to determine whether an operation matches the specified value.
|
static FilterCondition |
FilterCondition.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<FilterCondition> |
FilterCondition.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceFilter.Builder |
NamespaceFilter.Builder.condition(FilterCondition condition)
Specify the operator that you want to use to determine whether a namespace matches the specified value.
|
ServiceFilter.Builder |
ServiceFilter.Builder.condition(FilterCondition condition)
The operator that you want to use to determine whether a service is returned by
ListServices. |
OperationFilter.Builder |
OperationFilter.Builder.condition(FilterCondition condition)
The operator that you want to use to determine whether an operation matches the specified value.
|
Copyright © 2023. All rights reserved.