Uses of Class
com.oracle.bmc.bds.responses.RenewCertificateResponse
-
Packages that use RenewCertificateResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of RenewCertificateResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return RenewCertificateResponse Modifier and Type Method Description RenewCertificateResponse
Bds. renewCertificate(RenewCertificateRequest request)
Renewing TLS/SSL for various ODH services running on the BDS cluster.RenewCertificateResponse
BdsClient. renewCertificate(RenewCertificateRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type RenewCertificateResponse Modifier and Type Method Description Future<RenewCertificateResponse>
BdsAsync. renewCertificate(RenewCertificateRequest request, AsyncHandler<RenewCertificateRequest,RenewCertificateResponse> handler)
Renewing TLS/SSL for various ODH services running on the BDS cluster.Future<RenewCertificateResponse>
BdsAsyncClient. renewCertificate(RenewCertificateRequest request, AsyncHandler<RenewCertificateRequest,RenewCertificateResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type RenewCertificateResponse Modifier and Type Method Description Future<RenewCertificateResponse>
BdsAsync. renewCertificate(RenewCertificateRequest request, AsyncHandler<RenewCertificateRequest,RenewCertificateResponse> handler)
Renewing TLS/SSL for various ODH services running on the BDS cluster.Future<RenewCertificateResponse>
BdsAsyncClient. renewCertificate(RenewCertificateRequest request, AsyncHandler<RenewCertificateRequest,RenewCertificateResponse> handler)
-
Uses of RenewCertificateResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return RenewCertificateResponse Modifier and Type Method Description RenewCertificateResponse
RenewCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type RenewCertificateResponse Modifier and Type Method Description RenewCertificateResponse.Builder
RenewCertificateResponse.Builder. copy(RenewCertificateResponse o)
Copy method to populate the builder with values from the given instance.
-