Uses of Interface
software.amazon.awssdk.services.connect.model.UpdateCaseActionDefinition.Builder
-
Packages that use UpdateCaseActionDefinition.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of UpdateCaseActionDefinition.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UpdateCaseActionDefinition.Builder Modifier and Type Method Description static UpdateCaseActionDefinition.BuilderUpdateCaseActionDefinition. builder()UpdateCaseActionDefinition.BuilderUpdateCaseActionDefinition.Builder. fields(Collection<FieldValue> fields)An array of objects withField IDand Value data.UpdateCaseActionDefinition.BuilderUpdateCaseActionDefinition.Builder. fields(Consumer<FieldValue.Builder>... fields)An array of objects withField IDand Value data.UpdateCaseActionDefinition.BuilderUpdateCaseActionDefinition.Builder. fields(FieldValue... fields)An array of objects withField IDand Value data.UpdateCaseActionDefinition.BuilderUpdateCaseActionDefinition. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UpdateCaseActionDefinition.Builder Modifier and Type Method Description static Class<? extends UpdateCaseActionDefinition.Builder>UpdateCaseActionDefinition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type UpdateCaseActionDefinition.Builder Modifier and Type Method Description default RuleAction.BuilderRuleAction.Builder. updateCaseAction(Consumer<UpdateCaseActionDefinition.Builder> updateCaseAction)Information about the update case action.
-