Package | Description |
---|---|
com.oracle.bmc.apigateway | |
com.oracle.bmc.apigateway.responses |
Modifier and Type | Method and Description |
---|---|
ListApisResponse |
ApiGateway.listApis(ListApisRequest request)
Returns a list of APIs.
|
ListApisResponse |
ApiGatewayClient.listApis(ListApisRequest request) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListApisResponse |
ListApisResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListApisResponse.Builder |
ListApisResponse.Builder.copy(ListApisResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.