Uses of Class
software.amazon.awssdk.services.greengrass.model.ResourceAccessPolicy
-
Packages that use ResourceAccessPolicy Package Description software.amazon.awssdk.services.greengrass.model -
-
Uses of ResourceAccessPolicy in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type ResourceAccessPolicy Modifier and Type Method Description List<ResourceAccessPolicy>FunctionConfigurationEnvironment. resourceAccessPolicies()A list of the resources, with their permissions, to which the Lambda function will be granted access.Methods in software.amazon.awssdk.services.greengrass.model with parameters of type ResourceAccessPolicy Modifier and Type Method Description FunctionConfigurationEnvironment.BuilderFunctionConfigurationEnvironment.Builder. resourceAccessPolicies(ResourceAccessPolicy... resourceAccessPolicies)A list of the resources, with their permissions, to which the Lambda function will be granted access.Method parameters in software.amazon.awssdk.services.greengrass.model with type arguments of type ResourceAccessPolicy Modifier and Type Method Description FunctionConfigurationEnvironment.BuilderFunctionConfigurationEnvironment.Builder. resourceAccessPolicies(Collection<ResourceAccessPolicy> resourceAccessPolicies)A list of the resources, with their permissions, to which the Lambda function will be granted access.
-