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