| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Permission |
Permission.clone() |
Permission |
Permission.withOperation(Operation operation)
The operations that can be performed with the given permissions.
|
Permission |
Permission.withOperation(String operation)
The operations that can be performed with the given permissions.
|
Permission |
Permission.withService(Service service)
The services that the permissions allow an account to perform the given operations for.
|
Permission |
Permission.withService(String service)
The services that the permissions allow an account to perform the given operations for.
|
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
ListAccountPermissionsResult.getPermissions()
Contains details on the permissions an account has to configure Amazon Inspector.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountPermissionsResult |
ListAccountPermissionsResult.withPermissions(Permission... permissions)
Contains details on the permissions an account has to configure Amazon Inspector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccountPermissionsResult.setPermissions(Collection<Permission> permissions)
Contains details on the permissions an account has to configure Amazon Inspector.
|
ListAccountPermissionsResult |
ListAccountPermissionsResult.withPermissions(Collection<Permission> permissions)
Contains details on the permissions an account has to configure Amazon Inspector.
|
Copyright © 2023. All rights reserved.