| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static Permission.Builder |
Permission.builder() |
Permission.Builder |
Permission.Builder.operation(Operation operation)
The operations that can be performed with the given permissions.
|
Permission.Builder |
Permission.Builder.operation(String operation)
The operations that can be performed with the given permissions.
|
Permission.Builder |
Permission.Builder.service(Service service)
The services that the permissions allow an account to perform the given operations for.
|
Permission.Builder |
Permission.Builder.service(String service)
The services that the permissions allow an account to perform the given operations for.
|
Permission.Builder |
Permission.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Permission.Builder> |
Permission.serializableBuilderClass() |
Copyright © 2023. All rights reserved.