Uses of Class
com.amazonaws.services.lambda.model.GetPolicyResult
Packages that use GetPolicyResult
-
Uses of GetPolicyResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return GetPolicyResultModifier 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.Methods in com.amazonaws.services.lambda that return types with arguments of type GetPolicyResultModifier and TypeMethodDescriptionAbstractAWSLambdaAsync.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 GetPolicyResultModifier 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 GetPolicyResult in com.amazonaws.services.lambda.model
Methods in com.amazonaws.services.lambda.model that return GetPolicyResultModifier and TypeMethodDescriptionGetPolicyResult.clone()GetPolicyResult.withPolicy(String policy) The resource policy associated with the specified function.