Package | Description |
---|---|
com.amazonaws.services.lambda |
|
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
Modifier and Type | Method and Description |
---|---|
RemovePermissionResult |
AbstractAWSLambda.removePermission(RemovePermissionRequest request) |
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.
|
RemovePermissionResult |
AWSLambdaClient.removePermission(RemovePermissionRequest request)
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<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) |
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) |
Future<RemovePermissionResult> |
AWSLambdaAsyncClient.removePermissionAsync(RemovePermissionRequest request,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
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) |
Future<RemovePermissionResult> |
AWSLambdaAsyncClient.removePermissionAsync(RemovePermissionRequest request,
AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
RemovePermissionResult |
RemovePermissionResult.clone() |
Modifier and Type | Method and Description |
---|---|
RemovePermissionResult |
RemovePermissionResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2017. All rights reserved.