Uses of Class
com.oracle.bmc.certificatesmanagement.responses.CreateCertificateResponse
-
Packages that use CreateCertificateResponse Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.responses -
-
Uses of CreateCertificateResponse in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement that return CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponse
CertificatesManagement. createCertificate(CreateCertificateRequest request)
Creates a new certificate according to the details of the request.CreateCertificateResponse
CertificatesManagementClient. createCertificate(CreateCertificateRequest request)
Methods in com.oracle.bmc.certificatesmanagement that return types with arguments of type CreateCertificateResponse Modifier and Type Method Description Future<CreateCertificateResponse>
CertificatesManagementAsync. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)
Creates a new certificate according to the details of the request.Future<CreateCertificateResponse>
CertificatesManagementAsyncClient. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type CreateCertificateResponse Modifier and Type Method Description Future<CreateCertificateResponse>
CertificatesManagementAsync. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)
Creates a new certificate according to the details of the request.Future<CreateCertificateResponse>
CertificatesManagementAsyncClient. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)
-
Uses of CreateCertificateResponse in com.oracle.bmc.certificatesmanagement.responses
Methods in com.oracle.bmc.certificatesmanagement.responses that return CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponse
CreateCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.certificatesmanagement.responses with parameters of type CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponse.Builder
CreateCertificateResponse.Builder. copy(CreateCertificateResponse o)
Copy method to populate the builder with values from the given instance.
-