public class AwsLambdaIndividualApi extends Object
| Constructor and Description |
|---|
AwsLambdaIndividualApi() |
AwsLambdaIndividualApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
String |
apisApiIdAmznResourceNamesGet(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.
|
com.squareup.okhttp.Call |
apisApiIdAmznResourceNamesGetAsync(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.
|
com.squareup.okhttp.Call |
apisApiIdAmznResourceNamesGetCall(String apiId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for apisApiIdAmznResourceNamesGet
|
ApiResponse<String> |
apisApiIdAmznResourceNamesGetWithHttpInfo(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 com.squareup.okhttp.Call apisApiIdAmznResourceNamesGetCall(String apiId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiId - **API ID** consisting of the **UUID** of the API. (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String apisApiIdAmznResourceNamesGet(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> apisApiIdAmznResourceNamesGetWithHttpInfo(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 com.squareup.okhttp.Call apisApiIdAmznResourceNamesGetAsync(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 © 2020 WSO2 Inc. All rights reserved.