Uses of Class
com.oracle.bmc.apigateway.requests.ListApisRequest
-
Packages that use ListApisRequest Package Description com.oracle.bmc.apigateway com.oracle.bmc.apigateway.requests -
-
Uses of ListApisRequest in com.oracle.bmc.apigateway
Methods in com.oracle.bmc.apigateway with parameters of type ListApisRequest Modifier and Type Method Description ListApisResponse
ApiGateway. listApis(ListApisRequest request)
Returns a list of APIs.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)
ListApisResponse
ApiGatewayClient. listApis(ListApisRequest request)
Iterable<ApiSummary>
ApiGatewayPaginators. listApisRecordIterator(ListApisRequest request)
Creates a new iterable which will iterate over theApiSummary
objects contained in responses from the listApis operation.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 ListApisRequest 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 ListApisRequest in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return ListApisRequest Modifier and Type Method Description ListApisRequest
ListApisRequest.Builder. build()
Build the instance of ListApisRequest as configured by this builderListApisRequest
ListApisRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListApisRequest as configured by this builderMethods in com.oracle.bmc.apigateway.requests with parameters of type ListApisRequest Modifier and Type Method Description ListApisRequest.Builder
ListApisRequest.Builder. copy(ListApisRequest o)
Copy method to populate the builder with values from the given instance.
-