Package | Description |
---|---|
com.amazonaws.services.lambda | |
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
RemovePermissionResult |
AbstractAWSLambda.removePermission(RemovePermissionRequest request) |
RemovePermissionResult |
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.
|
RemovePermissionResult |
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.
|
Future<RemovePermissionResult> |
AWSLambdaAsyncClient.removePermissionAsync(RemovePermissionRequest request) |
Future<RemovePermissionResult> |
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<RemovePermissionResult> |
AbstractAWSLambdaAsync.removePermissionAsync(RemovePermissionRequest request) |
Future<RemovePermissionResult> |
AWSLambdaAsyncClient.removePermissionAsync(RemovePermissionRequest request,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler) |
Future<RemovePermissionResult> |
AWSLambdaAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> 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<RemovePermissionResult> |
AbstractAWSLambdaAsync.removePermissionAsync(RemovePermissionRequest request,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<RemovePermissionResult> |
AWSLambdaAsyncClient.removePermissionAsync(RemovePermissionRequest request,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler) |
Future<RemovePermissionResult> |
AWSLambdaAsync.removePermissionAsync(RemovePermissionRequest removePermissionRequest,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> 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<RemovePermissionResult> |
AbstractAWSLambdaAsync.removePermissionAsync(RemovePermissionRequest request,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler) |
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.