Uses of Class
com.oracle.bmc.waas.responses.CreateCertificateResponse
-
Packages that use CreateCertificateResponse Package Description com.oracle.bmc.waas com.oracle.bmc.waas.responses -
-
Uses of CreateCertificateResponse in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas that return CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponse
Waas. createCertificate(CreateCertificateRequest request)
Allows an SSL certificate to be added to a WAAS policy.CreateCertificateResponse
WaasClient. createCertificate(CreateCertificateRequest request)
Methods in com.oracle.bmc.waas that return types with arguments of type CreateCertificateResponse 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)
Method parameters in com.oracle.bmc.waas with type arguments of type CreateCertificateResponse 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 CreateCertificateResponse in com.oracle.bmc.waas.responses
Methods in com.oracle.bmc.waas.responses that return CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponse
CreateCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.waas.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.
-