Uses of Class
com.oracle.bmc.loadbalancer.requests.CreateCertificateRequest
-
Packages that use CreateCertificateRequest Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.requests -
-
Uses of CreateCertificateRequest in com.oracle.bmc.loadbalancer
Methods in com.oracle.bmc.loadbalancer with parameters of type CreateCertificateRequest Modifier and Type Method Description CreateCertificateResponse
LoadBalancer. createCertificate(CreateCertificateRequest request)
Creates an asynchronous request to add an SSL certificate bundle.Future<CreateCertificateResponse>
LoadBalancerAsync. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)
Creates an asynchronous request to add an SSL certificate bundle.Future<CreateCertificateResponse>
LoadBalancerAsyncClient. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)
CreateCertificateResponse
LoadBalancerClient. createCertificate(CreateCertificateRequest request)
Method parameters in com.oracle.bmc.loadbalancer with type arguments of type CreateCertificateRequest Modifier and Type Method Description Future<CreateCertificateResponse>
LoadBalancerAsync. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)
Creates an asynchronous request to add an SSL certificate bundle.Future<CreateCertificateResponse>
LoadBalancerAsyncClient. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)
-
Uses of CreateCertificateRequest in com.oracle.bmc.loadbalancer.requests
Methods in com.oracle.bmc.loadbalancer.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.loadbalancer.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.
-