Uses of Class
com.oracle.bmc.waas.requests.CreateCertificateRequest
- 
Packages that use CreateCertificateRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests 
- 
- 
Uses of CreateCertificateRequest in com.oracle.bmc.waasMethods in com.oracle.bmc.waas with parameters of type CreateCertificateRequest Modifier and Type Method Description CreateCertificateResponseWaas. createCertificate(CreateCertificateRequest request)Allows an SSL certificate to be added to a WAAS policy.Future<CreateCertificateResponse>WaasAsync. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)Allows an SSL certificate to be added to a WAAS policy.Future<CreateCertificateResponse>WaasAsyncClient. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)CreateCertificateResponseWaasClient. createCertificate(CreateCertificateRequest request)Method parameters in com.oracle.bmc.waas with type arguments of type CreateCertificateRequest Modifier and Type Method Description Future<CreateCertificateResponse>WaasAsync. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)Allows an SSL certificate to be added to a WAAS policy.Future<CreateCertificateResponse>WaasAsyncClient. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)
- 
Uses of CreateCertificateRequest in com.oracle.bmc.waas.requestsMethods in com.oracle.bmc.waas.requests that return CreateCertificateRequest Modifier and Type Method Description CreateCertificateRequestCreateCertificateRequest.Builder. build()Build the instance of CreateCertificateRequest as configured by this builderCreateCertificateRequestCreateCertificateRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateCertificateRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type CreateCertificateRequest Modifier and Type Method Description CreateCertificateRequest.BuilderCreateCertificateRequest.Builder. copy(CreateCertificateRequest o)Copy method to populate the builder with values from the given instance.
 
-