| Package | Description |
|---|---|
| software.amazon.awssdk.services.auditmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static RoleType |
RoleType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RoleType |
Role.roleType()
The type of customer persona.
|
RoleType |
Delegation.roleType()
The type of customer persona.
|
RoleType |
CreateDelegationRequest.roleType()
The type of customer persona.
|
static RoleType |
RoleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleType[] |
RoleType.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<RoleType> |
RoleType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Role.Builder |
Role.Builder.roleType(RoleType roleType)
The type of customer persona.
|
Delegation.Builder |
Delegation.Builder.roleType(RoleType roleType)
The type of customer persona.
|
CreateDelegationRequest.Builder |
CreateDelegationRequest.Builder.roleType(RoleType roleType)
The type of customer persona.
|
Copyright © 2023. All rights reserved.