Uses of Class
com.oracle.bmc.apigateway.requests.GetApiContentRequest
-
Packages that use GetApiContentRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of GetApiContentRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type GetApiContentRequest Modifier and Type Method Description GetApiContentResponse
ApiGateway. getApiContent(GetApiContentRequest request)
Get the raw API content.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)
GetApiContentResponse
ApiGatewayClient. getApiContent(GetApiContentRequest request)
Method parameters in com.oracle.bmc.apigateway with type arguments of type GetApiContentRequest 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 GetApiContentRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return GetApiContentRequest Modifier and Type Method Description GetApiContentRequest
GetApiContentRequest.Builder. build()
Build the instance of GetApiContentRequest as configured by this builderGetApiContentRequest
GetApiContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetApiContentRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type GetApiContentRequest Modifier and Type Method Description GetApiContentRequest.Builder
GetApiContentRequest.Builder. copy(GetApiContentRequest o)
Copy method to populate the builder with values from the given instance.
-