Uses of Class
com.oracle.bmc.apigateway.responses.CreateCertificateResponse
-
Packages that use CreateCertificateResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of CreateCertificateResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponse
ApiGateway. createCertificate(CreateCertificateRequest request)
Creates a new Certificate.CreateCertificateResponse
ApiGatewayClient. createCertificate(CreateCertificateRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type CreateCertificateResponse 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)
Method parameters in com.oracle.bmc.apigateway with type arguments of type CreateCertificateResponse 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 CreateCertificateResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponse
CreateCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.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.
-