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