Class GetAllCertificatesRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.security.GetAllCertificatesRequest
- All Implemented Interfaces:
ToCopyableBuilder<GetAllCertificatesRequest.Builder,GetAllCertificatesRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class GetAllCertificatesRequest
extends RequestBase
implements ToCopyableBuilder<GetAllCertificatesRequest.Builder,GetAllCertificatesRequest>
Retrieves the cluster security certificates.
-
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 TypeFieldDescriptionEndpoint "security.get_all_certificates". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) builder()final StringcertType()The type of certificates (HTTP,TRANSPORT, orALL) to retrieve from all nodes.booleaninthashCode()static GetAllCertificatesRequestfinal Timetimeout()The maximum duration, in seconds, to spend retrieving certificates from all nodes before a timeout.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
public static final Endpoint<GetAllCertificatesRequest,GetAllCertificatesResponse, _ENDPOINTErrorResponse> Endpoint "security.get_all_certificates".
-
-
Method Details
-
of
public static GetAllCertificatesRequest of(Function<GetAllCertificatesRequest.Builder, ObjectBuilder<GetAllCertificatesRequest>> fn) -
certType
The type of certificates (HTTP,TRANSPORT, orALL) to retrieve from all nodes.API name:
cert_type -
timeout
The maximum duration, in seconds, to spend retrieving certificates from all nodes before a timeout.API name:
timeout -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<GetAllCertificatesRequest.Builder,GetAllCertificatesRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-