Uses of Class
software.amazon.awssdk.services.cognitosync.model.Operation
-
Packages that use Operation Package Description software.amazon.awssdk.services.cognitosync.model -
-
Uses of Operation in software.amazon.awssdk.services.cognitosync.model
Methods in software.amazon.awssdk.services.cognitosync.model that return Operation Modifier and Type Method Description static OperationOperation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OperationRecordPatch. op()An operation, either replace or remove.static OperationOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static Operation[]Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitosync.model that return types with arguments of type Operation Modifier and Type Method Description static Set<Operation>Operation. knownValues()Methods in software.amazon.awssdk.services.cognitosync.model with parameters of type Operation Modifier and Type Method Description RecordPatch.BuilderRecordPatch.Builder. op(Operation op)An operation, either replace or remove.
-