| Package | Description | 
|---|---|
| com.amazonaws.services.lambda | 
 | 
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<RemovePermissionResult> | 
AWSLambdaAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
                     AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)
 Removes permissions from a function. 
 | 
Future<RemovePermissionResult> | 
AbstractAWSLambdaAsync.removePermissionAsync(RemovePermissionRequest request,
                     AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)  | 
Future<RemovePermissionResult> | 
AWSLambdaAsyncClient.removePermissionAsync(RemovePermissionRequest request,
                     AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
RemovePermissionRequest | 
RemovePermissionRequest.clone()  | 
RemovePermissionRequest | 
RemovePermissionRequest.withFunctionName(String functionName)
 The name of the lambda function. 
 | 
RemovePermissionRequest | 
RemovePermissionRequest.withQualifier(String qualifier)
 Specify a version or alias to remove permissions from a published version of the function. 
 | 
RemovePermissionRequest | 
RemovePermissionRequest.withRevisionId(String revisionId)
 An optional value you can use to ensure you are updating the latest update of the function version or alias. 
 | 
RemovePermissionRequest | 
RemovePermissionRequest.withStatementId(String statementId)
 Statement ID of the permission to remove. 
 | 
Copyright © 2018. All rights reserved.