public class AwsLambdaIndividualApi extends Object
| Constructor and Description |
|---|
AwsLambdaIndividualApi() |
AwsLambdaIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAmazonResourceNamesOfAPI(String apiId)
Retrieve the ARNs of AWS Lambda Functions
This operation can be use to retrieve ARNs of AWS Lambda function for a given AWS credentials.
|
okhttp3.Call |
getAmazonResourceNamesOfAPIAsync(String apiId,
ApiCallback<String> _callback)
Retrieve the ARNs of AWS Lambda Functions (asynchronously)
This operation can be use to retrieve ARNs of AWS Lambda function for a given AWS credentials.
|
okhttp3.Call |
getAmazonResourceNamesOfAPICall(String apiId,
ApiCallback _callback)
Build call for getAmazonResourceNamesOfAPI
|
ApiResponse<String> |
getAmazonResourceNamesOfAPIWithHttpInfo(String apiId)
Retrieve the ARNs of AWS Lambda Functions
This operation can be use to retrieve ARNs of AWS Lambda function for a given AWS credentials.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public AwsLambdaIndividualApi()
public AwsLambdaIndividualApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getAmazonResourceNamesOfAPICall(String apiId, ApiCallback _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic String getAmazonResourceNamesOfAPI(String apiId) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> getAmazonResourceNamesOfAPIWithHttpInfo(String apiId) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getAmazonResourceNamesOfAPIAsync(String apiId, ApiCallback<String> _callback) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021 WSO2 Inc. All rights reserved.