Uses of Class
com.oracle.bmc.apigateway.requests.CreateCertificateRequest
-
Packages that use CreateCertificateRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of CreateCertificateRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type CreateCertificateRequest Modifier and Type Method Description CreateCertificateResponse
ApiGateway. createCertificate(CreateCertificateRequest request)
Creates a new Certificate.Future<CreateCertificateResponse>
ApiGatewayAsync. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)
Creates a new Certificate.Future<CreateCertificateResponse>
ApiGatewayAsyncClient. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)
CreateCertificateResponse
ApiGatewayClient. createCertificate(CreateCertificateRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type CreateCertificateRequest Modifier and Type Method Description Future<CreateCertificateResponse>
ApiGatewayAsync. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)
Creates a new Certificate.Future<CreateCertificateResponse>
ApiGatewayAsyncClient. createCertificate(CreateCertificateRequest request, AsyncHandler<CreateCertificateRequest,CreateCertificateResponse> handler)
-
Uses of CreateCertificateRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.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.apigateway.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.
-