Uses of Interface
software.amazon.awssdk.services.connectcases.model.EmptyOperandValue.Builder
-
Packages that use EmptyOperandValue.Builder Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of EmptyOperandValue.Builder in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return EmptyOperandValue.Builder Modifier and Type Method Description static EmptyOperandValue.BuilderEmptyOperandValue. builder()EmptyOperandValue.BuilderEmptyOperandValue. toBuilder()Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type EmptyOperandValue.Builder Modifier and Type Method Description static Class<? extends EmptyOperandValue.Builder>EmptyOperandValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type EmptyOperandValue.Builder Modifier and Type Method Description default OperandTwo.BuilderOperandTwo.Builder. emptyValue(Consumer<EmptyOperandValue.Builder> emptyValue)Empty value type.static OperandTwoOperandTwo. fromEmptyValue(Consumer<EmptyOperandValue.Builder> emptyValue)Create an instance of this class withOperandTwo.emptyValue()initialized to the given value.
-