| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static Service |
Service.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Service |
Permission.service()
The services that the permissions allow an account to perform the given operations for.
|
Service |
ListAccountPermissionsRequest.service()
The service scan type to check permissions for.
|
static Service |
Service.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Service[] |
Service.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Service> |
Service.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Permission.Builder |
Permission.Builder.service(Service service)
The services that the permissions allow an account to perform the given operations for.
|
ListAccountPermissionsRequest.Builder |
ListAccountPermissionsRequest.Builder.service(Service service)
The service scan type to check permissions for.
|
Copyright © 2023. All rights reserved.