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.loadbalancer
Methods in com.oracle.bmc.loadbalancer that return CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponse
LoadBalancer. createCertificate(CreateCertificateRequest request)
Creates an asynchronous request to add an SSL certificate bundle.CreateCertificateResponse
LoadBalancerClient. 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.responses
Methods in com.oracle.bmc.loadbalancer.responses that return CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponse
CreateCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loadbalancer.responses with parameters of type CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponse.Builder
CreateCertificateResponse.Builder. copy(CreateCertificateResponse o)
Copy method to populate the builder with values from the given instance.
-