Class GetAllowlistRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.security.GetAllowlistRequest
- All Implemented Interfaces:
ToCopyableBuilder<GetAllowlistRequest.Builder,GetAllowlistRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class GetAllowlistRequest
extends RequestBase
implements ToCopyableBuilder<GetAllowlistRequest.Builder,GetAllowlistRequest>
Retrieves the current list of allowed APIs accessible to a normal user.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<GetAllowlistRequest, GetAllowlistResponse, ErrorResponse> Endpoint "security.get_allowlist". -
Method Summary
Modifier and TypeMethodDescriptionstatic GetAllowlistRequest.Builderbuilder()booleaninthashCode()static GetAllowlistRequestCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
applyQueryParameters, errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
Endpoint "security.get_allowlist".
-
-
Method Details
-
of
public static GetAllowlistRequest of(Function<GetAllowlistRequest.Builder, ObjectBuilder<GetAllowlistRequest>> fn) -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<GetAllowlistRequest.Builder,GetAllowlistRequest> - Returns:
- a new builder instance.
-
builder
-
hashCode
public int hashCode() -
equals
-