Uses of Class
org.elasticsearch.client.slm.SnapshotLifecyclePolicyMetadata
-
Packages that use SnapshotLifecyclePolicyMetadata Package Description org.elasticsearch.client.slm -
-
Uses of SnapshotLifecyclePolicyMetadata in org.elasticsearch.client.slm
Fields in org.elasticsearch.client.slm with type parameters of type SnapshotLifecyclePolicyMetadata Modifier and Type Field Description static ConstructingObjectParser<SnapshotLifecyclePolicyMetadata,String>SnapshotLifecyclePolicyMetadata. PARSERMethods in org.elasticsearch.client.slm that return SnapshotLifecyclePolicyMetadata Modifier and Type Method Description static SnapshotLifecyclePolicyMetadataSnapshotLifecyclePolicyMetadata. parse(XContentParser parser, String id)Methods in org.elasticsearch.client.slm that return types with arguments of type SnapshotLifecyclePolicyMetadata Modifier and Type Method Description Map<String,SnapshotLifecyclePolicyMetadata>GetSnapshotLifecyclePolicyResponse. getPolicies()Constructor parameters in org.elasticsearch.client.slm with type arguments of type SnapshotLifecyclePolicyMetadata Constructor Description GetSnapshotLifecyclePolicyResponse(Map<String,SnapshotLifecyclePolicyMetadata> policies)
-