Class GetSslinfoRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.security.GetSslinfoRequest
- All Implemented Interfaces:
ToCopyableBuilder<GetSslinfoRequest.Builder,GetSslinfoRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class GetSslinfoRequest
extends RequestBase
implements ToCopyableBuilder<GetSslinfoRequest.Builder,GetSslinfoRequest>
Retrieves information about the SSL configuration.
-
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<GetSslinfoRequest, GetSslinfoResponse, ErrorResponse> Endpoint "security.get_sslinfo". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) static GetSslinfoRequest.Builderbuilder()booleaninthashCode()static GetSslinfoRequestfinal BooleanshowDn()Whether to include all domain names in the response.Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
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_sslinfo".
-
-
Method Details
-
of
public static GetSslinfoRequest of(Function<GetSslinfoRequest.Builder, ObjectBuilder<GetSslinfoRequest>> fn) -
showDn
Whether to include all domain names in the response.API name:
show_dn -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<GetSslinfoRequest.Builder,GetSslinfoRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-