Uses of Class
software.amazon.awssdk.services.nimble.model.StudioPersona
-
Packages that use StudioPersona Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of StudioPersona in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StudioPersona Modifier and Type Method Description static StudioPersonaStudioPersona. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StudioPersonaNewStudioMember. persona()The persona.StudioPersonaStudioMembership. persona()The persona.static StudioPersonaStudioPersona. 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.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type StudioPersona Modifier and Type Method Description static Set<StudioPersona>StudioPersona. knownValues()Methods in software.amazon.awssdk.services.nimble.model with parameters of type StudioPersona Modifier and Type Method Description NewStudioMember.BuilderNewStudioMember.Builder. persona(StudioPersona persona)The persona.StudioMembership.BuilderStudioMembership.Builder. persona(StudioPersona persona)The persona.
-