Uses of Class
software.amazon.awssdk.services.cognitoidentity.model.RoleMappingType
-
Packages that use RoleMappingType Package Description software.amazon.awssdk.services.cognitoidentity.model -
-
Uses of RoleMappingType in software.amazon.awssdk.services.cognitoidentity.model
Methods in software.amazon.awssdk.services.cognitoidentity.model that return RoleMappingType Modifier and Type Method Description static RoleMappingTypeRoleMappingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RoleMappingTypeRoleMapping. type()The role mapping type.static RoleMappingTypeRoleMappingType. valueOf(String name)Returns the enum constant of this type with the specified name.static RoleMappingType[]RoleMappingType. 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 RoleMappingType Modifier and Type Method Description static Set<RoleMappingType>RoleMappingType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentity.model with parameters of type RoleMappingType Modifier and Type Method Description RoleMapping.BuilderRoleMapping.Builder. type(RoleMappingType type)The role mapping type.
-