Uses of Class
com.amazonaws.services.lambda.model.GetPolicyResult
-
Packages that use GetPolicyResult Package Description com.amazonaws.services.lambda com.amazonaws.services.lambda.model -
-
Uses of GetPolicyResult in com.amazonaws.services.lambda
Methods in com.amazonaws.services.lambda that return GetPolicyResult Modifier and Type Method Description GetPolicyResultAbstractAWSLambda. getPolicy(GetPolicyRequest request)GetPolicyResultAWSLambda. getPolicy(GetPolicyRequest getPolicyRequest)Returns the resource policy associated with the specified Lambda function.GetPolicyResultAWSLambdaClient. 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 GetPolicyResult Modifier and Type Method Description Future<GetPolicyResult>AbstractAWSLambdaAsync. getPolicyAsync(GetPolicyRequest request)Future<GetPolicyResult>AbstractAWSLambdaAsync. getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)Future<GetPolicyResult>AWSLambdaAsync. getPolicyAsync(GetPolicyRequest getPolicyRequest)Returns the resource policy associated with the specified Lambda function.Future<GetPolicyResult>AWSLambdaAsync. getPolicyAsync(GetPolicyRequest getPolicyRequest, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)Returns the resource policy associated with the specified Lambda function.Future<GetPolicyResult>AWSLambdaAsyncClient. getPolicyAsync(GetPolicyRequest request)Future<GetPolicyResult>AWSLambdaAsyncClient. getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)Method parameters in com.amazonaws.services.lambda with type arguments of type GetPolicyResult Modifier and Type Method Description Future<GetPolicyResult>AbstractAWSLambdaAsync. getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)Future<GetPolicyResult>AWSLambdaAsync. getPolicyAsync(GetPolicyRequest getPolicyRequest, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)Returns the resource policy associated with the specified Lambda function.Future<GetPolicyResult>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 GetPolicyResult Modifier and Type Method Description GetPolicyResultGetPolicyResult. clone()GetPolicyResultGetPolicyResult. withPolicy(String policy)The resource policy associated with the specified function.
-