Uses of Class
software.amazon.awssdk.services.connectcases.model.EmptyOperandValue
-
Packages that use EmptyOperandValue Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of EmptyOperandValue in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return EmptyOperandValue Modifier and Type Method Description EmptyOperandValueOperandTwo. emptyValue()Empty value type.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type EmptyOperandValue Modifier and Type Method Description OperandTwo.BuilderOperandTwo.Builder. emptyValue(EmptyOperandValue emptyValue)Empty value type.static OperandTwoOperandTwo. fromEmptyValue(EmptyOperandValue emptyValue)Create an instance of this class withOperandTwo.emptyValue()initialized to the given value.
-