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.apigatewayMethods in com.oracle.bmc.apigateway that return CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponseApiGateway. createCertificate(CreateCertificateRequest request)Creates a new Certificate.CreateCertificateResponseApiGatewayClient. 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.responsesMethods in com.oracle.bmc.apigateway.responses that return CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponseCreateCertificateResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type CreateCertificateResponse Modifier and Type Method Description CreateCertificateResponse.BuilderCreateCertificateResponse.Builder. copy(CreateCertificateResponse o)Copy method to populate the builder with values from the given instance.
 
-