Uses of Class
software.amazon.awssdk.services.lambda.model.GetPolicyResponse
Packages that use GetPolicyResponse
-
Uses of GetPolicyResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return GetPolicyResponseModifier and TypeMethodDescriptiondefault 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 GetPolicyResponseModifier and TypeMethodDescriptiondefault 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.