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 |
---|---|
void |
AWSLambda.removePermission(RemovePermissionRequest removePermissionRequest)
You can remove individual permissions from an resource policy
associated with a Lambda function by providing a statement ID that you
provided when you added the permission.
|
void |
AWSLambdaClient.removePermission(RemovePermissionRequest removePermissionRequest)
You can remove individual permissions from an resource policy
associated with a Lambda function by providing a statement ID that you
provided when you added the permission.
|
Future<Void> |
AWSLambdaAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest)
You can remove individual permissions from an resource policy
associated with a Lambda function by providing a statement ID that you
provided when you added the permission.
|
Future<Void> |
AWSLambdaAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest)
You can remove individual permissions from an resource policy
associated with a Lambda function by providing a statement ID that you
provided when you added the permission.
|
Future<Void> |
AWSLambdaAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
You can remove individual permissions from an resource policy
associated with a Lambda function by providing a statement ID that you
provided when you added the permission.
|
Future<Void> |
AWSLambdaAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
You can remove individual permissions from an resource policy
associated with a Lambda function by providing a statement ID that you
provided when you added the permission.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AWSLambdaAsyncClient.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
You can remove individual permissions from an resource policy
associated with a Lambda function by providing a statement ID that you
provided when you added the permission.
|
Future<Void> |
AWSLambdaAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,Void> asyncHandler)
You can remove individual permissions from an resource policy
associated with a Lambda function by providing a statement ID that you
provided when you added the permission.
|
Modifier and Type | Method and Description |
---|---|
RemovePermissionRequest |
RemovePermissionRequest.clone() |
RemovePermissionRequest |
RemovePermissionRequest.withFunctionName(String functionName)
Lambda function whose resource policy you want to remove a permission
from.
|
RemovePermissionRequest |
RemovePermissionRequest.withQualifier(String qualifier)
You can specify this optional parameter to remove permission
associated with a specific function version or function alias.
|
RemovePermissionRequest |
RemovePermissionRequest.withStatementId(String statementId)
Statement ID of the permission to remove.
|
Copyright © 2016. All rights reserved.