Uses of Class
software.amazon.awssdk.services.customerprofiles.model.StandardIdentifier
-
Packages that use StandardIdentifier Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of StandardIdentifier in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return StandardIdentifier Modifier and Type Method Description static StandardIdentifierStandardIdentifier. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static StandardIdentifierStandardIdentifier. valueOf(String name)Returns the enum constant of this type with the specified name.static StandardIdentifier[]StandardIdentifier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type StandardIdentifier Modifier and Type Method Description static Set<StandardIdentifier>StandardIdentifier. knownValues()List<StandardIdentifier>ObjectTypeKey. standardIdentifiers()The types of keys that a ProfileObject can have.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type StandardIdentifier Modifier and Type Method Description ObjectTypeKey.BuilderObjectTypeKey.Builder. standardIdentifiers(StandardIdentifier... standardIdentifiers)The types of keys that a ProfileObject can have.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type StandardIdentifier Modifier and Type Method Description ObjectTypeKey.BuilderObjectTypeKey.Builder. standardIdentifiers(Collection<StandardIdentifier> standardIdentifiers)The types of keys that a ProfileObject can have.
-