Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.ObjectTypeKey.Builder
-
Packages that use ObjectTypeKey.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of ObjectTypeKey.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return ObjectTypeKey.Builder Modifier and Type Method Description static ObjectTypeKey.BuilderObjectTypeKey. builder()ObjectTypeKey.BuilderObjectTypeKey.Builder. fieldNames(String... fieldNames)The reference for the key name of the fields map.ObjectTypeKey.BuilderObjectTypeKey.Builder. fieldNames(Collection<String> fieldNames)The reference for the key name of the fields map.ObjectTypeKey.BuilderObjectTypeKey.Builder. standardIdentifiers(Collection<StandardIdentifier> standardIdentifiers)The types of keys that a ProfileObject can have.ObjectTypeKey.BuilderObjectTypeKey.Builder. standardIdentifiers(StandardIdentifier... standardIdentifiers)The types of keys that a ProfileObject can have.ObjectTypeKey.BuilderObjectTypeKey.Builder. standardIdentifiersWithStrings(String... standardIdentifiers)The types of keys that a ProfileObject can have.ObjectTypeKey.BuilderObjectTypeKey.Builder. standardIdentifiersWithStrings(Collection<String> standardIdentifiers)The types of keys that a ProfileObject can have.ObjectTypeKey.BuilderObjectTypeKey. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type ObjectTypeKey.Builder Modifier and Type Method Description static Class<? extends ObjectTypeKey.Builder>ObjectTypeKey. serializableBuilderClass()
-