Uses of Class
com.oracle.bmc.bds.responses.EnableCertificateResponse
-
Packages that use EnableCertificateResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of EnableCertificateResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return EnableCertificateResponse Modifier and Type Method Description EnableCertificateResponse
Bds. enableCertificate(EnableCertificateRequest request)
Configuring TLS/SSL for various ODH services running on the BDS cluster.EnableCertificateResponse
BdsClient. enableCertificate(EnableCertificateRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type EnableCertificateResponse 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)
Method parameters in com.oracle.bmc.bds with type arguments of type EnableCertificateResponse 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 EnableCertificateResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return EnableCertificateResponse Modifier and Type Method Description EnableCertificateResponse
EnableCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type EnableCertificateResponse Modifier and Type Method Description EnableCertificateResponse.Builder
EnableCertificateResponse.Builder. copy(EnableCertificateResponse o)
Copy method to populate the builder with values from the given instance.
-