Uses of Record Class
io.camunda.zeebe.exporter.opensearch.dto.PutIndexStateManagementPolicyRequest.Policy.State
Packages that use PutIndexStateManagementPolicyRequest.Policy.State
-
Uses of PutIndexStateManagementPolicyRequest.Policy.State in io.camunda.zeebe.exporter.opensearch.dto
Methods in io.camunda.zeebe.exporter.opensearch.dto that return types with arguments of type PutIndexStateManagementPolicyRequest.Policy.StateModifier and TypeMethodDescriptionPutIndexStateManagementPolicyRequest.Policy.states()Returns the value of thestatesrecord component.Constructor parameters in io.camunda.zeebe.exporter.opensearch.dto with type arguments of type PutIndexStateManagementPolicyRequest.Policy.StateModifierConstructorDescriptionPolicy(String description, String defaultState, List<PutIndexStateManagementPolicyRequest.Policy.State> states, PutIndexStateManagementPolicyRequest.Policy.IsmTemplate ismTemplate) Creates an instance of aPolicyrecord class.