Uses of Class
com.amazonaws.services.lambda.model.RemovePermissionRequest
Packages that use RemovePermissionRequest
-
Uses of RemovePermissionRequest in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda with parameters of type RemovePermissionRequestModifier and TypeMethodDescriptionAbstractAWSLambda.removePermission
(RemovePermissionRequest request) 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.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.AbstractAWSLambdaAsync.removePermissionAsync
(RemovePermissionRequest request) AbstractAWSLambdaAsync.removePermissionAsync
(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) 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.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.AWSLambdaAsyncClient.removePermissionAsync
(RemovePermissionRequest request) AWSLambdaAsyncClient.removePermissionAsync
(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) Method parameters in com.amazonaws.services.lambda with type arguments of type RemovePermissionRequestModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.removePermissionAsync
(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest, RemovePermissionResult> asyncHandler) 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.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 RemovePermissionRequestModifier and TypeMethodDescriptionRemovePermissionRequest.clone()
RemovePermissionRequest.withFunctionName
(String functionName) Lambda function whose resource policy you want to remove a permission from.RemovePermissionRequest.withQualifier
(String qualifier) You can specify this optional parameter to remove permission associated with a specific function version or function alias.RemovePermissionRequest.withStatementId
(String statementId) Statement ID of the permission to remove.