Uses of Class
com.oracle.bmc.certificatesmanagement.requests.CreateCaBundleRequest
-
Packages that use CreateCaBundleRequest Package Description com.oracle.bmc.certificatesmanagement com.oracle.bmc.certificatesmanagement.requests -
-
Uses of CreateCaBundleRequest in com.oracle.bmc.certificatesmanagement
Methods in com.oracle.bmc.certificatesmanagement with parameters of type CreateCaBundleRequest Modifier and Type Method Description CreateCaBundleResponse
CertificatesManagement. createCaBundle(CreateCaBundleRequest request)
Creates a new CA bundle according to the details of the request.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)
CreateCaBundleResponse
CertificatesManagementClient. createCaBundle(CreateCaBundleRequest request)
Method parameters in com.oracle.bmc.certificatesmanagement with type arguments of type CreateCaBundleRequest 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 CreateCaBundleRequest in com.oracle.bmc.certificatesmanagement.requests
Methods in com.oracle.bmc.certificatesmanagement.requests that return CreateCaBundleRequest Modifier and Type Method Description CreateCaBundleRequest
CreateCaBundleRequest.Builder. build()
Build the instance of CreateCaBundleRequest as configured by this builderCreateCaBundleRequest
CreateCaBundleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateCaBundleRequest as configured by this builderMethods in com.oracle.bmc.certificatesmanagement.requests with parameters of type CreateCaBundleRequest Modifier and Type Method Description CreateCaBundleRequest.Builder
CreateCaBundleRequest.Builder. copy(CreateCaBundleRequest o)
Copy method to populate the builder with values from the given instance.
-