| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceAccessPolicy |
ResourceAccessPolicy.clone() |
ResourceAccessPolicy |
ResourceAccessPolicy.withPermission(Permission permission)
The permissions that the Lambda function has to the resource.
|
ResourceAccessPolicy |
ResourceAccessPolicy.withPermission(String permission)
The permissions that the Lambda function has to the resource.
|
ResourceAccessPolicy |
ResourceAccessPolicy.withResourceId(String resourceId)
The ID of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceAccessPolicy> |
FunctionConfigurationEnvironment.getResourceAccessPolicies()
A list of the resources, with their permissions, to which the Lambda function will be granted access.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionConfigurationEnvironment |
FunctionConfigurationEnvironment.withResourceAccessPolicies(ResourceAccessPolicy... resourceAccessPolicies)
A list of the resources, with their permissions, to which the Lambda function will be granted access.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionConfigurationEnvironment.setResourceAccessPolicies(Collection<ResourceAccessPolicy> resourceAccessPolicies)
A list of the resources, with their permissions, to which the Lambda function will be granted access.
|
FunctionConfigurationEnvironment |
FunctionConfigurationEnvironment.withResourceAccessPolicies(Collection<ResourceAccessPolicy> resourceAccessPolicies)
A list of the resources, with their permissions, to which the Lambda function will be granted access.
|
Copyright © 2020. All rights reserved.