Uses of Class
software.amazon.awssdk.services.qapps.model.PrincipalOutputUserTypeEnum
-
Packages that use PrincipalOutputUserTypeEnum Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of PrincipalOutputUserTypeEnum in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return PrincipalOutputUserTypeEnum Modifier and Type Method Description static PrincipalOutputUserTypeEnumPrincipalOutputUserTypeEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PrincipalOutputUserTypeEnumPrincipalOutput. userType()The type of the user.static PrincipalOutputUserTypeEnumPrincipalOutputUserTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PrincipalOutputUserTypeEnum[]PrincipalOutputUserTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type PrincipalOutputUserTypeEnum Modifier and Type Method Description static Set<PrincipalOutputUserTypeEnum>PrincipalOutputUserTypeEnum. knownValues()Methods in software.amazon.awssdk.services.qapps.model with parameters of type PrincipalOutputUserTypeEnum Modifier and Type Method Description PrincipalOutput.BuilderPrincipalOutput.Builder. userType(PrincipalOutputUserTypeEnum userType)The type of the user.
-