Uses of Class
com.oracle.bmc.certificatesmanagement.requests.CreateCertificateAuthorityRequest
-
Packages that use CreateCertificateAuthorityRequest Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.requests -
-
Uses of CreateCertificateAuthorityRequest in com.oracle.bmc.certificatesmanagement
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type CreateCertificateAuthorityRequest Modifier and Type Method Description Future<CreateCertificateAuthorityResponse>
CertificatesManagementAsync. createCertificateAuthority(CreateCertificateAuthorityRequest request, AsyncHandler<CreateCertificateAuthorityRequest,CreateCertificateAuthorityResponse> handler)
Creates a new certificate authority (CA) according to the details of the request.Future<CreateCertificateAuthorityResponse>
CertificatesManagementAsyncClient. createCertificateAuthority(CreateCertificateAuthorityRequest request, AsyncHandler<CreateCertificateAuthorityRequest,CreateCertificateAuthorityResponse> handler)
-
Uses of CreateCertificateAuthorityRequest in com.oracle.bmc.certificatesmanagement.requests
Methods in com.oracle.bmc.certificatesmanagement.requests that return CreateCertificateAuthorityRequest Modifier and Type Method Description CreateCertificateAuthorityRequest
CreateCertificateAuthorityRequest.Builder. build()
Build the instance of CreateCertificateAuthorityRequest as configured by this builderCreateCertificateAuthorityRequest
CreateCertificateAuthorityRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateCertificateAuthorityRequest as configured by this builderMethods in com.oracle.bmc.certificatesmanagement.requests with parameters of type CreateCertificateAuthorityRequest Modifier and Type Method Description CreateCertificateAuthorityRequest.Builder
CreateCertificateAuthorityRequest.Builder. copy(CreateCertificateAuthorityRequest o)
Copy method to populate the builder with values from the given instance.
-