Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.AmbiguousRoleResolutionType
-
Packages that use AmbiguousRoleResolutionType Package Description software.amazon.awssdk.services.cognitoidentity.model -
-
Uses of AmbiguousRoleResolutionType in software.amazon.awssdk.services.cognitoidentity.model
Methods in software.amazon.awssdk.services.cognitoidentity.model that return AmbiguousRoleResolutionType Modifier and Type Method Description AmbiguousRoleResolutionTypeRoleMapping. ambiguousRoleResolution()If you specify Token or Rules as theType,AmbiguousRoleResolutionis required.static AmbiguousRoleResolutionTypeAmbiguousRoleResolutionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AmbiguousRoleResolutionTypeAmbiguousRoleResolutionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AmbiguousRoleResolutionType[]AmbiguousRoleResolutionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentity.model that return types with arguments of type AmbiguousRoleResolutionType Modifier and Type Method Description static Set<AmbiguousRoleResolutionType>AmbiguousRoleResolutionType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentity.model with parameters of type AmbiguousRoleResolutionType Modifier and Type Method Description RoleMapping.BuilderRoleMapping.Builder. ambiguousRoleResolution(AmbiguousRoleResolutionType ambiguousRoleResolution)If you specify Token or Rules as theType,AmbiguousRoleResolutionis required.
-