Uses of Class
com.oracle.bmc.certificatesmanagement.requests.CreateCertificateRequest
- 
Packages that use CreateCertificateRequest Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.requests 
- 
- 
Uses of CreateCertificateRequest in com.oracle.bmc.certificatesmanagementMethods in com.oracle.bmc.certificatesmanagement with parameters of type CreateCertificateRequest Modifier and Type Method Description CreateCertificateResponseCertificatesManagement. createCertificate(CreateCertificateRequest request)Creates a new certificate according to the details of the request.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)CreateCertificateResponseCertificatesManagementClient. createCertificate(CreateCertificateRequest request)Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type CreateCertificateRequest 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 CreateCertificateRequest in com.oracle.bmc.certificatesmanagement.requestsMethods in com.oracle.bmc.certificatesmanagement.requests that return CreateCertificateRequest Modifier and Type Method Description CreateCertificateRequestCreateCertificateRequest.Builder. build()Build the instance of CreateCertificateRequest as configured by this builderCreateCertificateRequestCreateCertificateRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateCertificateRequest as configured by this builderMethods in com.oracle.bmc.certificatesmanagement.requests with parameters of type CreateCertificateRequest Modifier and Type Method Description CreateCertificateRequest.BuilderCreateCertificateRequest.Builder. copy(CreateCertificateRequest o)Copy method to populate the builder with values from the given instance.
 
-