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