Uses of Class
com.oracle.bmc.bds.requests.RenewCertificateRequest
-
Packages that use RenewCertificateRequest Package Description com.oracle.bmc.bds com.oracle.bmc.bds.requests -
-
Uses of RenewCertificateRequest in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds with parameters of type RenewCertificateRequest Modifier and Type Method Description RenewCertificateResponse
Bds. renewCertificate(RenewCertificateRequest request)
Renewing TLS/SSL for various ODH services running on the BDS cluster.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)
RenewCertificateResponse
BdsClient. renewCertificate(RenewCertificateRequest request)
Method parameters in com.oracle.bmc.bds with type arguments of type RenewCertificateRequest 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 RenewCertificateRequest in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return RenewCertificateRequest Modifier and Type Method Description RenewCertificateRequest
RenewCertificateRequest.Builder. build()
Build the instance of RenewCertificateRequest as configured by this builderRenewCertificateRequest
RenewCertificateRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RenewCertificateRequest as configured by this builderMethods in com.oracle.bmc.bds.requests with parameters of type RenewCertificateRequest Modifier and Type Method Description RenewCertificateRequest.Builder
RenewCertificateRequest.Builder. copy(RenewCertificateRequest o)
Copy method to populate the builder with values from the given instance.
-