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.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement with parameters of type CreateCertificateRequest Modifier and Type Method Description CreateCertificateResponse
CertificatesManagement. 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)
CreateCertificateResponse
CertificatesManagementClient. 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.requests
Methods in com.oracle.bmc.certificatesmanagement.requests that return CreateCertificateRequest Modifier and Type Method Description CreateCertificateRequest
CreateCertificateRequest.Builder. build()
Build the instance of CreateCertificateRequest as configured by this builderCreateCertificateRequest
CreateCertificateRequest.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.Builder
CreateCertificateRequest.Builder. copy(CreateCertificateRequest o)
Copy method to populate the builder with values from the given instance.
-