Uses of Class
com.amazonaws.services.lambda.model.RemovePermissionRequest
-
Packages that use RemovePermissionRequest Package Description com.amazonaws.services.lambda com.amazonaws.services.lambda.model -
-
Uses of RemovePermissionRequest in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda with parameters of type RemovePermissionRequest Modifier and Type Method 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 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>
AbstractAWSLambdaAsync. removePermissionAsync(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)
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>
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>
AWSLambdaAsyncClient. removePermissionAsync(RemovePermissionRequest request)
Future<RemovePermissionResult>
AWSLambdaAsyncClient. removePermissionAsync(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)
Method parameters in com.amazonaws.services.lambda with type arguments of type RemovePermissionRequest Modifier and Type Method Description Future<RemovePermissionResult>
AbstractAWSLambdaAsync. 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>
AWSLambdaAsyncClient. removePermissionAsync(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)
-
Uses of RemovePermissionRequest in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return RemovePermissionRequest Modifier and Type Method 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.
-