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.apigateway
Methods in com.oracle.bmc.apigateway that return GetApiContentResponse Modifier and Type Method Description GetApiContentResponse
ApiGateway. getApiContent(GetApiContentRequest request)
Get the raw API content.GetApiContentResponse
ApiGatewayClient. 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.responses
Methods in com.oracle.bmc.apigateway.responses that return GetApiContentResponse Modifier and Type Method Description GetApiContentResponse
GetApiContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type GetApiContentResponse Modifier and Type Method Description GetApiContentResponse.Builder
GetApiContentResponse.Builder. copy(GetApiContentResponse o)
Copy method to populate the builder with values from the given instance.
-