Uses of Class
com.oracle.bmc.apigateway.responses.GetApiContentResponse
- 
Packages that use GetApiContentResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses 
- 
- 
Uses of GetApiContentResponse in com.oracle.bmc.apigatewayMethods in com.oracle.bmc.apigateway that return GetApiContentResponse Modifier and Type Method Description GetApiContentResponseApiGateway. getApiContent(GetApiContentRequest request)Get the raw API content.GetApiContentResponseApiGatewayClient. getApiContent(GetApiContentRequest request)Methods in com.oracle.bmc.apigateway that return types with arguments of type GetApiContentResponse Modifier and Type Method Description Future<GetApiContentResponse>ApiGatewayAsync. getApiContent(GetApiContentRequest request, AsyncHandler<GetApiContentRequest,GetApiContentResponse> handler)Get the raw API content.Future<GetApiContentResponse>ApiGatewayAsyncClient. getApiContent(GetApiContentRequest request, AsyncHandler<GetApiContentRequest,GetApiContentResponse> handler)Method parameters in com.oracle.bmc.apigateway with type arguments of type GetApiContentResponse Modifier and Type Method Description Future<GetApiContentResponse>ApiGatewayAsync. getApiContent(GetApiContentRequest request, AsyncHandler<GetApiContentRequest,GetApiContentResponse> handler)Get the raw API content.Future<GetApiContentResponse>ApiGatewayAsyncClient. getApiContent(GetApiContentRequest request, AsyncHandler<GetApiContentRequest,GetApiContentResponse> handler)
- 
Uses of GetApiContentResponse in com.oracle.bmc.apigateway.responsesMethods in com.oracle.bmc.apigateway.responses that return GetApiContentResponse Modifier and Type Method Description GetApiContentResponseGetApiContentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type GetApiContentResponse Modifier and Type Method Description GetApiContentResponse.BuilderGetApiContentResponse.Builder. copy(GetApiContentResponse o)Copy method to populate the builder with values from the given instance.
 
-