Uses of Class
software.amazon.awssdk.services.lambda.model.GetPolicyResponse
-
Packages that use GetPolicyResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of GetPolicyResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return GetPolicyResponse Modifier and Type Method Description default GetPolicyResponseLambdaClient. getPolicy(Consumer<GetPolicyRequest.Builder> getPolicyRequest)Returns the resource-based IAM policy for a function, version, or alias.default GetPolicyResponseLambdaClient. getPolicy(GetPolicyRequest getPolicyRequest)Returns the resource-based IAM policy for a function, version, or alias.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type GetPolicyResponse Modifier and Type Method Description default CompletableFuture<GetPolicyResponse>LambdaAsyncClient. getPolicy(Consumer<GetPolicyRequest.Builder> getPolicyRequest)Returns the resource-based IAM policy for a function, version, or alias.default CompletableFuture<GetPolicyResponse>LambdaAsyncClient. getPolicy(GetPolicyRequest getPolicyRequest)Returns the resource-based IAM policy for a function, version, or alias.
-