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