Uses of Class
software.amazon.awssdk.services.connectcampaigns.model.InstanceIdFilterOperator
-
Packages that use InstanceIdFilterOperator Package Description software.amazon.awssdk.services.connectcampaigns.model -
-
Uses of InstanceIdFilterOperator in software.amazon.awssdk.services.connectcampaigns.model
Methods in software.amazon.awssdk.services.connectcampaigns.model that return InstanceIdFilterOperator Modifier and Type Method Description static InstanceIdFilterOperatorInstanceIdFilterOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InstanceIdFilterOperatorInstanceIdFilter. operator()Returns the value of the Operator property for this object.static InstanceIdFilterOperatorInstanceIdFilterOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceIdFilterOperator[]InstanceIdFilterOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connectcampaigns.model that return types with arguments of type InstanceIdFilterOperator Modifier and Type Method Description static Set<InstanceIdFilterOperator>InstanceIdFilterOperator. knownValues()Methods in software.amazon.awssdk.services.connectcampaigns.model with parameters of type InstanceIdFilterOperator Modifier and Type Method Description InstanceIdFilter.BuilderInstanceIdFilter.Builder. operator(InstanceIdFilterOperator operator)Sets the value of the Operator property for this object.
-