Uses of Class
com.oracle.bmc.apigateway.responses.ListApisResponse
-
Packages that use ListApisResponse Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.responses -
-
Uses of ListApisResponse in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway that return ListApisResponse Modifier and Type Method Description ListApisResponse
ApiGateway. listApis(ListApisRequest request)
Returns a list of APIs.ListApisResponse
ApiGatewayClient. listApis(ListApisRequest request)
Methods in com.oracle.bmc.apigateway that return types with arguments of type ListApisResponse Modifier and Type Method Description Future<ListApisResponse>
ApiGatewayAsync. listApis(ListApisRequest request, AsyncHandler<ListApisRequest,ListApisResponse> handler)
Returns a list of APIs.Future<ListApisResponse>
ApiGatewayAsyncClient. listApis(ListApisRequest request, AsyncHandler<ListApisRequest,ListApisResponse> handler)
Iterable<ListApisResponse>
ApiGatewayPaginators. listApisResponseIterator(ListApisRequest request)
Creates a new iterable which will iterate over the responses received from the listApis operation.Method parameters in com.oracle.bmc.apigateway with type arguments of type ListApisResponse Modifier and Type Method Description Future<ListApisResponse>
ApiGatewayAsync. listApis(ListApisRequest request, AsyncHandler<ListApisRequest,ListApisResponse> handler)
Returns a list of APIs.Future<ListApisResponse>
ApiGatewayAsyncClient. listApis(ListApisRequest request, AsyncHandler<ListApisRequest,ListApisResponse> handler)
-
Uses of ListApisResponse in com.oracle.bmc.apigateway.responses
Methods in com.oracle.bmc.apigateway.responses that return ListApisResponse Modifier and Type Method Description ListApisResponse
ListApisResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apigateway.responses with parameters of type ListApisResponse Modifier and Type Method Description ListApisResponse.Builder
ListApisResponse.Builder. copy(ListApisResponse o)
Copy method to populate the builder with values from the given instance.
-