Uses of Class
software.amazon.awssdk.services.identitystore.model.UniqueAttribute
-
Packages that use UniqueAttribute Package Description software.amazon.awssdk.services.identitystore.model -
-
Uses of UniqueAttribute in software.amazon.awssdk.services.identitystore.model
Methods in software.amazon.awssdk.services.identitystore.model that return UniqueAttribute Modifier and Type Method Description UniqueAttributeAlternateIdentifier. uniqueAttribute()An entity attribute that's unique to a specific entity.Methods in software.amazon.awssdk.services.identitystore.model with parameters of type UniqueAttribute Modifier and Type Method Description static AlternateIdentifierAlternateIdentifier. fromUniqueAttribute(UniqueAttribute uniqueAttribute)Create an instance of this class withAlternateIdentifier.uniqueAttribute()initialized to the given value.AlternateIdentifier.BuilderAlternateIdentifier.Builder. uniqueAttribute(UniqueAttribute uniqueAttribute)An entity attribute that's unique to a specific entity.
-