Package | Description |
---|---|
com.amazonaws.services.lambda |
Synchronous and asynchronous client classes for accessing AWSLambda.
|
com.amazonaws.services.lambda.model |
Classes modeling the various types represented by AWSLambda.
|
Modifier and Type | Method and Description |
---|---|
AddPermissionResult |
AWSLambdaClient.addPermission(AddPermissionRequest addPermissionRequest)
Adds a permission to the access policy associated with the specified
AWS Lambda function.
|
AddPermissionResult |
AWSLambda.addPermission(AddPermissionRequest addPermissionRequest)
Adds a permission to the access policy associated with the specified
AWS Lambda function.
|
Modifier and Type | Method and Description |
---|---|
Future<AddPermissionResult> |
AWSLambdaAsyncClient.addPermissionAsync(AddPermissionRequest addPermissionRequest)
Adds a permission to the access policy associated with the specified
AWS Lambda function.
|
Future<AddPermissionResult> |
AWSLambdaAsync.addPermissionAsync(AddPermissionRequest addPermissionRequest)
Adds a permission to the access policy associated with the specified
AWS Lambda function.
|
Future<AddPermissionResult> |
AWSLambdaAsyncClient.addPermissionAsync(AddPermissionRequest addPermissionRequest,
AsyncHandler<AddPermissionRequest,AddPermissionResult> asyncHandler)
Adds a permission to the access policy associated with the specified
AWS Lambda function.
|
Future<AddPermissionResult> |
AWSLambdaAsync.addPermissionAsync(AddPermissionRequest addPermissionRequest,
AsyncHandler<AddPermissionRequest,AddPermissionResult> asyncHandler)
Adds a permission to the access policy associated with the specified
AWS Lambda function.
|
Modifier and Type | Method and Description |
---|---|
Future<AddPermissionResult> |
AWSLambdaAsyncClient.addPermissionAsync(AddPermissionRequest addPermissionRequest,
AsyncHandler<AddPermissionRequest,AddPermissionResult> asyncHandler)
Adds a permission to the access policy associated with the specified
AWS Lambda function.
|
Future<AddPermissionResult> |
AWSLambdaAsync.addPermissionAsync(AddPermissionRequest addPermissionRequest,
AsyncHandler<AddPermissionRequest,AddPermissionResult> asyncHandler)
Adds a permission to the access policy associated with the specified
AWS Lambda function.
|
Modifier and Type | Method and Description |
---|---|
AddPermissionResult |
AddPermissionResult.clone() |
AddPermissionResult |
AddPermissionResult.withStatement(String statement)
The permission statement you specified in the request.
|
Copyright © 2015. All rights reserved.