Class AwsLambdaIndividualApi

java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.AwsLambdaIndividualApi

public class AwsLambdaIndividualApi extends Object
  • Constructor Details

    • AwsLambdaIndividualApi

      public AwsLambdaIndividualApi()
    • AwsLambdaIndividualApi

      public AwsLambdaIndividualApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • 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

      public String getAmazonResourceNamesOfAPI(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:
      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