Uses of Interface
software.amazon.awssdk.services.backupsearch.model.LongCondition.Builder
-
Packages that use LongCondition.Builder Package Description software.amazon.awssdk.services.backupsearch.model -
-
Uses of LongCondition.Builder in software.amazon.awssdk.services.backupsearch.model
Methods in software.amazon.awssdk.services.backupsearch.model that return LongCondition.Builder Modifier and Type Method Description static LongCondition.BuilderLongCondition. builder()LongCondition.BuilderLongCondition.Builder. operator(String operator)A string that defines what values will be returned.LongCondition.BuilderLongCondition.Builder. operator(LongConditionOperator operator)A string that defines what values will be returned.LongCondition.BuilderLongCondition. toBuilder()LongCondition.BuilderLongCondition.Builder. value(Long value)The value of an item included in one of the search item filters.Methods in software.amazon.awssdk.services.backupsearch.model that return types with arguments of type LongCondition.Builder Modifier and Type Method Description static Class<? extends LongCondition.Builder>LongCondition. serializableBuilderClass()
-