Uses of Class
com.oracle.bmc.bds.requests.EnableCertificateRequest
-
Packages that use EnableCertificateRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of EnableCertificateRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type EnableCertificateRequest Modifier and Type Method Description EnableCertificateResponse
Bds. enableCertificate(EnableCertificateRequest request)
Configuring TLS/SSL for various ODH services running on the BDS cluster.Future<EnableCertificateResponse>
BdsAsync. enableCertificate(EnableCertificateRequest request, AsyncHandler<EnableCertificateRequest,EnableCertificateResponse> handler)
Configuring TLS/SSL for various ODH services running on the BDS cluster.Future<EnableCertificateResponse>
BdsAsyncClient. enableCertificate(EnableCertificateRequest request, AsyncHandler<EnableCertificateRequest,EnableCertificateResponse> handler)
EnableCertificateResponse
BdsClient. enableCertificate(EnableCertificateRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type EnableCertificateRequest Modifier and Type Method Description Future<EnableCertificateResponse>
BdsAsync. enableCertificate(EnableCertificateRequest request, AsyncHandler<EnableCertificateRequest,EnableCertificateResponse> handler)
Configuring TLS/SSL for various ODH services running on the BDS cluster.Future<EnableCertificateResponse>
BdsAsyncClient. enableCertificate(EnableCertificateRequest request, AsyncHandler<EnableCertificateRequest,EnableCertificateResponse> handler)
-
Uses of EnableCertificateRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return EnableCertificateRequest Modifier and Type Method Description EnableCertificateRequest
EnableCertificateRequest.Builder. build()
Build the instance of EnableCertificateRequest as configured by this builderEnableCertificateRequest
EnableCertificateRequest.Builder. buildWithoutInvocationCallback()
Build the instance of EnableCertificateRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type EnableCertificateRequest Modifier and Type Method Description EnableCertificateRequest.Builder
EnableCertificateRequest.Builder. copy(EnableCertificateRequest o)
Copy method to populate the builder with values from the given instance.
-