Class RemoveAction
java.lang.Object
co.elastic.clients.elasticsearch.indices.update_aliases.RemoveAction
- All Implemented Interfaces:
ActionVariant,JsonpSerializable
@JsonpDeserializable
public class RemoveAction
extends Object
implements ActionVariant, JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RemoveAction>Json deserializer forRemoveAction -
Method Summary
Modifier and TypeMethodDescriptionAction variant kind.final Stringalias()Alias for the action.aliases()Aliases for the action.final Stringindex()Data stream or index for the action.indices()Data streams or indices for the action.final BooleanIftrue, the alias must exist to perform the action.static RemoveActionvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch.indices.update_aliases.ActionVariant
_toAction
-
Field Details
-
_DESERIALIZER
Json deserializer forRemoveAction
-
-
Method Details
-
of
-
_actionKind
Action variant kind.- Specified by:
_actionKindin interfaceActionVariant
-
alias
Alias for the action. Index alias names support date math.API name:
alias -
aliases
Aliases for the action. Index alias names support date math.API name:
aliases -
index
Data stream or index for the action. Supports wildcards (*).API name:
index -
indices
Data streams or indices for the action. Supports wildcards (*).API name:
indices -
mustExist
Iftrue, the alias must exist to perform the action.API name:
must_exist -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRemoveActionDeserializer
-