Uses of Class
software.amazon.awssdk.services.lambda.model.GetLayerVersionPolicyResponse
-
Packages that use GetLayerVersionPolicyResponse Package Description software.amazon.awssdk.services.lambda Lambda -
-
Uses of GetLayerVersionPolicyResponse in software.amazon.awssdk.services.lambda
Methods in software.amazon.awssdk.services.lambda that return GetLayerVersionPolicyResponse Modifier and Type Method Description default GetLayerVersionPolicyResponse
LambdaClient. getLayerVersionPolicy(Consumer<GetLayerVersionPolicyRequest.Builder> getLayerVersionPolicyRequest)
Returns the permission policy for a version of an Lambda layer.default GetLayerVersionPolicyResponse
LambdaClient. getLayerVersionPolicy(GetLayerVersionPolicyRequest getLayerVersionPolicyRequest)
Returns the permission policy for a version of an Lambda layer.Methods in software.amazon.awssdk.services.lambda that return types with arguments of type GetLayerVersionPolicyResponse Modifier and Type Method Description default CompletableFuture<GetLayerVersionPolicyResponse>
LambdaAsyncClient. getLayerVersionPolicy(Consumer<GetLayerVersionPolicyRequest.Builder> getLayerVersionPolicyRequest)
Returns the permission policy for a version of an Lambda layer.default CompletableFuture<GetLayerVersionPolicyResponse>
LambdaAsyncClient. getLayerVersionPolicy(GetLayerVersionPolicyRequest getLayerVersionPolicyRequest)
Returns the permission policy for a version of an Lambda layer.
-