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.waas
Methods in com.oracle.bmc.waas with parameters of type CreateCertificateRequest Modifier and Type Method Description CreateCertificateResponse
Waas. 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)
CreateCertificateResponse
WaasClient. 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.requests
Methods in com.oracle.bmc.waas.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.waas.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.
-