Uses of Class
com.oracle.bmc.certificatesmanagement.responses.CreateCertificateAuthorityResponse
-
Packages that use CreateCertificateAuthorityResponse Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.responses -
-
Uses of CreateCertificateAuthorityResponse in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement that return CreateCertificateAuthorityResponse Modifier and Type Method Description CreateCertificateAuthorityResponse
CertificatesManagement. createCertificateAuthority(CreateCertificateAuthorityRequest request)
Creates a new certificate authority (CA) according to the details of the request.CreateCertificateAuthorityResponse
CertificatesManagementClient. createCertificateAuthority(CreateCertificateAuthorityRequest request)
Methods in com.oracle.bmc.certificatesmanagement that return types with arguments of type CreateCertificateAuthorityResponse 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)
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type CreateCertificateAuthorityResponse 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 CreateCertificateAuthorityResponse in com.oracle.bmc.certificatesmanagement.responses
Methods in com.oracle.bmc.certificatesmanagement.responses that return CreateCertificateAuthorityResponse Modifier and Type Method Description CreateCertificateAuthorityResponse
CreateCertificateAuthorityResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.certificatesmanagement.responses with parameters of type CreateCertificateAuthorityResponse Modifier and Type Method Description CreateCertificateAuthorityResponse.Builder
CreateCertificateAuthorityResponse.Builder. copy(CreateCertificateAuthorityResponse o)
Copy method to populate the builder with values from the given instance.
-