Uses of Class
com.oracle.bmc.loadbalancer.responses.CreateCertificateResponse
- 
Packages that use CreateCertificateResponse Package Description com.oracle.bmc.loadbalancer com.oracle.bmc.loadbalancer.responses 
- 
- 
Uses of CreateCertificateResponse in com.oracle.bmc.loadbalancerMethods in com.oracle.bmc.loadbalancer that return CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponseLoadBalancer. createCertificate(CreateCertificateRequest request)Creates an asynchronous request to add an SSL certificate bundle.CreateCertificateResponseLoadBalancerClient. createCertificate(CreateCertificateRequest request)Methods in com.oracle.bmc.loadbalancer that return types with arguments of type CreateCertificateResponse 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)Method parameters in com.oracle.bmc.loadbalancer with type arguments of type CreateCertificateResponse 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 CreateCertificateResponse in com.oracle.bmc.loadbalancer.responsesMethods in com.oracle.bmc.loadbalancer.responses that return CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponseCreateCertificateResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponse.BuilderCreateCertificateResponse.Builder. copy(CreateCertificateResponse o)Copy method to populate the builder with values from the given instance.
 
-