Uses of Class
software.amazon.awssdk.services.servicediscovery.model.FilterCondition
-
Packages that use FilterCondition Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of FilterCondition in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return FilterCondition Modifier and Type Method Description FilterConditionNamespaceFilter. condition()Specify the operator that you want to use to determine whether a namespace matches the specified value.FilterConditionOperationFilter. condition()The operator that you want to use to determine whether an operation matches the specified value.FilterConditionServiceFilter. condition()The operator that you want to use to determine whether a service is returned byListServices.static FilterConditionFilterCondition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FilterConditionFilterCondition. 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.Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type FilterCondition Modifier and Type Method Description static Set<FilterCondition>FilterCondition. knownValues()Methods in software.amazon.awssdk.services.servicediscovery.model with parameters of type FilterCondition Modifier and Type Method Description NamespaceFilter.BuilderNamespaceFilter.Builder. condition(FilterCondition condition)Specify the operator that you want to use to determine whether a namespace matches the specified value.OperationFilter.BuilderOperationFilter.Builder. condition(FilterCondition condition)The operator that you want to use to determine whether an operation matches the specified value.ServiceFilter.BuilderServiceFilter.Builder. condition(FilterCondition condition)The operator that you want to use to determine whether a service is returned byListServices.
-