| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
UserDesignation |
ProjectMember.designation()
The designated role of a project member.
|
UserDesignation |
CreateProjectMembershipRequest.designation()
The designation of the project membership.
|
static UserDesignation |
UserDesignation.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static UserDesignation |
UserDesignation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserDesignation[] |
UserDesignation.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<UserDesignation> |
UserDesignation.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProjectMember.Builder |
ProjectMember.Builder.designation(UserDesignation designation)
The designated role of a project member.
|
CreateProjectMembershipRequest.Builder |
CreateProjectMembershipRequest.Builder.designation(UserDesignation designation)
The designation of the project membership.
|
Copyright © 2023. All rights reserved.