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