Uses of Class
com.amazonaws.services.lambda.model.GetPolicyRequest
Packages that use GetPolicyRequest
-
Uses of GetPolicyRequest in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda with parameters of type GetPolicyRequestModifier and TypeMethodDescriptionAbstractAWSLambda.getPolicy
(GetPolicyRequest request) AWSLambda.getPolicy
(GetPolicyRequest getPolicyRequest) Returns the resource policy associated with the specified Lambda function.AWSLambdaClient.getPolicy
(GetPolicyRequest getPolicyRequest) Returns the resource policy associated with the specified Lambda function.AbstractAWSLambdaAsync.getPolicyAsync
(GetPolicyRequest request) AbstractAWSLambdaAsync.getPolicyAsync
(GetPolicyRequest request, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) AWSLambdaAsync.getPolicyAsync
(GetPolicyRequest getPolicyRequest) Returns the resource policy associated with the specified Lambda function.AWSLambdaAsync.getPolicyAsync
(GetPolicyRequest getPolicyRequest, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) Returns the resource policy associated with the specified Lambda function.AWSLambdaAsyncClient.getPolicyAsync
(GetPolicyRequest request) AWSLambdaAsyncClient.getPolicyAsync
(GetPolicyRequest request, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.lambda with type arguments of type GetPolicyRequestModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.getPolicyAsync
(GetPolicyRequest request, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) AWSLambdaAsync.getPolicyAsync
(GetPolicyRequest getPolicyRequest, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) Returns the resource policy associated with the specified Lambda function.AWSLambdaAsyncClient.getPolicyAsync
(GetPolicyRequest request, AsyncHandler<GetPolicyRequest, GetPolicyResult> asyncHandler) -
Uses of GetPolicyRequest in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return GetPolicyRequestModifier and TypeMethodDescriptionGetPolicyRequest.clone()
GetPolicyRequest.withFunctionName
(String functionName) Function name whose resource policy you want to retrieve.GetPolicyRequest.withQualifier
(String qualifier) You can specify this optional query parameter to specify a function version or an alias name in which case this API will return all permissions associated with the specific qualified ARN.