Uses of Class
com.oracle.bmc.apigateway.responses.GetCertificateResponse
-
Packages that use GetCertificateResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of GetCertificateResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return GetCertificateResponse Modifier and Type Method Description GetCertificateResponse
ApiGateway. getCertificate(GetCertificateRequest request)
Gets a certificate by identifier.GetCertificateResponse
ApiGatewayClient. getCertificate(GetCertificateRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type GetCertificateResponse Modifier and Type Method Description Future<GetCertificateResponse>
ApiGatewayAsync. getCertificate(GetCertificateRequest request, AsyncHandler<GetCertificateRequest,GetCertificateResponse> handler)
Gets a certificate by identifier.Future<GetCertificateResponse>
ApiGatewayAsyncClient. getCertificate(GetCertificateRequest request, AsyncHandler<GetCertificateRequest,GetCertificateResponse> handler)
-
Uses of GetCertificateResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return GetCertificateResponse Modifier and Type Method Description GetCertificateResponse
GetCertificateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type GetCertificateResponse Modifier and Type Method Description GetCertificateResponse.Builder
GetCertificateResponse.Builder. copy(GetCertificateResponse o)
Copy method to populate the builder with values from the given instance.
-