Uses of Class
com.oracle.bmc.bds.responses.CertificateServiceInfoResponse
-
Packages that use CertificateServiceInfoResponse Package Description com.oracle.bmc.bds com.oracle.bmc.bds.responses -
-
Uses of CertificateServiceInfoResponse in com.oracle.bmc.bds
Methods in com.oracle.bmc.bds that return CertificateServiceInfoResponse Modifier and Type Method Description CertificateServiceInfoResponse
Bds. certificateServiceInfo(CertificateServiceInfoRequest request)
A list of services and their certificate details.CertificateServiceInfoResponse
BdsClient. certificateServiceInfo(CertificateServiceInfoRequest request)
Methods in com.oracle.bmc.bds that return types with arguments of type CertificateServiceInfoResponse Modifier and Type Method Description Future<CertificateServiceInfoResponse>
BdsAsync. certificateServiceInfo(CertificateServiceInfoRequest request, AsyncHandler<CertificateServiceInfoRequest,CertificateServiceInfoResponse> handler)
A list of services and their certificate details.Future<CertificateServiceInfoResponse>
BdsAsyncClient. certificateServiceInfo(CertificateServiceInfoRequest request, AsyncHandler<CertificateServiceInfoRequest,CertificateServiceInfoResponse> handler)
Method parameters in com.oracle.bmc.bds with type arguments of type CertificateServiceInfoResponse Modifier and Type Method Description Future<CertificateServiceInfoResponse>
BdsAsync. certificateServiceInfo(CertificateServiceInfoRequest request, AsyncHandler<CertificateServiceInfoRequest,CertificateServiceInfoResponse> handler)
A list of services and their certificate details.Future<CertificateServiceInfoResponse>
BdsAsyncClient. certificateServiceInfo(CertificateServiceInfoRequest request, AsyncHandler<CertificateServiceInfoRequest,CertificateServiceInfoResponse> handler)
-
Uses of CertificateServiceInfoResponse in com.oracle.bmc.bds.responses
Methods in com.oracle.bmc.bds.responses that return CertificateServiceInfoResponse Modifier and Type Method Description CertificateServiceInfoResponse
CertificateServiceInfoResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.bds.responses with parameters of type CertificateServiceInfoResponse Modifier and Type Method Description CertificateServiceInfoResponse.Builder
CertificateServiceInfoResponse.Builder. copy(CertificateServiceInfoResponse o)
Copy method to populate the builder with values from the given instance.
-