Uses of Class
com.amazonaws.services.lambda.model.RemovePermissionResult
Packages that use RemovePermissionResult
-
Uses of RemovePermissionResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return RemovePermissionResultModifier 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.Methods in com.amazonaws.services.lambda that return types with arguments of type RemovePermissionResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.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 RemovePermissionResultModifier 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 RemovePermissionResult in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return RemovePermissionResult