Uses of Record Class
io.camunda.zeebe.exporter.opensearch.dto.PutIndexStateManagementPolicyRequest.Policy.State.Action
Packages that use PutIndexStateManagementPolicyRequest.Policy.State.Action
-
Uses of PutIndexStateManagementPolicyRequest.Policy.State.Action in io.camunda.zeebe.exporter.opensearch.dto
Methods in io.camunda.zeebe.exporter.opensearch.dto that return types with arguments of type PutIndexStateManagementPolicyRequest.Policy.State.ActionModifier and TypeMethodDescriptionPutIndexStateManagementPolicyRequest.Policy.State.actions()Returns the value of theactionsrecord component.Constructor parameters in io.camunda.zeebe.exporter.opensearch.dto with type arguments of type PutIndexStateManagementPolicyRequest.Policy.State.ActionModifierConstructorDescriptionState(String name, List<PutIndexStateManagementPolicyRequest.Policy.State.Action> actions, List<PutIndexStateManagementPolicyRequest.Policy.State.Transition> transitions) Creates an instance of aStaterecord class.