| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
Access |
Access.clone() |
Access |
Access.withActions(Collection<String> actions)
A list of actions for the access permissions.
|
Access |
Access.withActions(String... actions)
A list of actions for the access permissions.
|
| Modifier and Type | Method and Description |
|---|---|
List<Access> |
CheckAccessNotGrantedRequest.getAccess()
An access object containing the permissions that shouldn't be granted by the specified policy.
|
| Modifier and Type | Method and Description |
|---|---|
CheckAccessNotGrantedRequest |
CheckAccessNotGrantedRequest.withAccess(Access... access)
An access object containing the permissions that shouldn't be granted by the specified policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CheckAccessNotGrantedRequest.setAccess(Collection<Access> access)
An access object containing the permissions that shouldn't be granted by the specified policy.
|
CheckAccessNotGrantedRequest |
CheckAccessNotGrantedRequest.withAccess(Collection<Access> access)
An access object containing the permissions that shouldn't be granted by the specified policy.
|
Copyright © 2024. All rights reserved.