Class EnableUserRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.security.EnableUserRequest
- All Implemented Interfaces:
ElasticsearchCommonRequest
public final class EnableUserRequest extends RequestBase
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EnableUserRequest.Builder
Builder forEnableUserRequest
.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
Fields Modifier and Type Field Description static Endpoint<EnableUserRequest,EnableUserResponse,ElasticsearchError>
ENDPOINT
Endpoint "security.enable_user
". -
Constructor Summary
Constructors Constructor Description EnableUserRequest(EnableUserRequest.Builder builder)
EnableUserRequest(java.util.function.Function<EnableUserRequest.Builder,EnableUserRequest.Builder> fn)
-
Method Summary
Modifier and Type Method Description jakarta.json.JsonValue
refresh()
Iftrue
(the default) then refresh the affected shards to make this operation visible to search, ifwait_for
then wait for a refresh to make this operation visible to search, iffalse
then do nothing with refreshes.java.lang.String
username()
The username of the user to enableMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENDPOINT
Endpoint "security.enable_user
".
-
-
Constructor Details
-
EnableUserRequest
-
EnableUserRequest
public EnableUserRequest(java.util.function.Function<EnableUserRequest.Builder,EnableUserRequest.Builder> fn)
-
-
Method Details
-
username
public java.lang.String username()The username of the user to enableAPI name:
username
-
refresh
@Nullable public jakarta.json.JsonValue refresh()Iftrue
(the default) then refresh the affected shards to make this operation visible to search, ifwait_for
then wait for a refresh to make this operation visible to search, iffalse
then do nothing with refreshes.API name:
refresh
-