Uses of Class
software.amazon.awssdk.services.braket.model.SearchJobsFilterOperator
-
Packages that use SearchJobsFilterOperator Package Description software.amazon.awssdk.services.braket.model -
-
Uses of SearchJobsFilterOperator in software.amazon.awssdk.services.braket.model
Methods in software.amazon.awssdk.services.braket.model that return SearchJobsFilterOperator Modifier and Type Method Description static SearchJobsFilterOperatorSearchJobsFilterOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SearchJobsFilterOperatorSearchJobsFilter. operator()An operator to use for the jobs filter.static SearchJobsFilterOperatorSearchJobsFilterOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchJobsFilterOperator[]SearchJobsFilterOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.braket.model that return types with arguments of type SearchJobsFilterOperator Modifier and Type Method Description static Set<SearchJobsFilterOperator>SearchJobsFilterOperator. knownValues()Methods in software.amazon.awssdk.services.braket.model with parameters of type SearchJobsFilterOperator Modifier and Type Method Description SearchJobsFilter.BuilderSearchJobsFilter.Builder. operator(SearchJobsFilterOperator operator)An operator to use for the jobs filter.
-