Class AwsLambdaIndividualApi
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.AwsLambdaIndividualApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the ARNs of AWS Lambda Functions This operation can be use to retrieve ARNs of AWS Lambda function for a given AWS credentials.okhttp3.CallgetAmazonResourceNamesOfAPIAsync(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.CallgetAmazonResourceNamesOfAPICall(String apiId, ApiCallback _callback) Build call for getAmazonResourceNamesOfAPIRetrieve the ARNs of AWS Lambda Functions This operation can be use to retrieve ARNs of AWS Lambda function for a given AWS credentials.voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
AwsLambdaIndividualApi
public AwsLambdaIndividualApi() -
AwsLambdaIndividualApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getAmazonResourceNamesOfAPICall
public okhttp3.Call getAmazonResourceNamesOfAPICall(String apiId, ApiCallback _callback) throws ApiException Build call for getAmazonResourceNamesOfAPI- Parameters:
apiId- **API ID** consisting of the **UUID** of the API. (required)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getAmazonResourceNamesOfAPI
Retrieve the ARNs of AWS Lambda Functions This operation can be use to retrieve ARNs of AWS Lambda function for a given AWS credentials.- Parameters:
apiId- **API ID** consisting of the **UUID** of the API. (required)- Returns:
- String
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAmazonResourceNamesOfAPIWithHttpInfo
public ApiResponse<String> getAmazonResourceNamesOfAPIWithHttpInfo(String apiId) throws ApiException Retrieve the ARNs of AWS Lambda Functions This operation can be use to retrieve ARNs of AWS Lambda function for a given AWS credentials.- Parameters:
apiId- **API ID** consisting of the **UUID** of the API. (required)- Returns:
- ApiResponse<String>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getAmazonResourceNamesOfAPIAsync
public okhttp3.Call getAmazonResourceNamesOfAPIAsync(String apiId, ApiCallback<String> _callback) throws ApiException 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.- Parameters:
apiId- **API ID** consisting of the **UUID** of the API. (required)_callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-