| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
static ObjectTypeKey.Builder |
ObjectTypeKey.builder() |
ObjectTypeKey.Builder |
ObjectTypeKey.Builder.fieldNames(Collection<String> fieldNames)
The reference for the key name of the fields map.
|
ObjectTypeKey.Builder |
ObjectTypeKey.Builder.fieldNames(String... fieldNames)
The reference for the key name of the fields map.
|
ObjectTypeKey.Builder |
ObjectTypeKey.Builder.standardIdentifiers(Collection<StandardIdentifier> standardIdentifiers)
The types of keys that a ProfileObject can have.
|
ObjectTypeKey.Builder |
ObjectTypeKey.Builder.standardIdentifiers(StandardIdentifier... standardIdentifiers)
The types of keys that a ProfileObject can have.
|
ObjectTypeKey.Builder |
ObjectTypeKey.Builder.standardIdentifiersWithStrings(Collection<String> standardIdentifiers)
The types of keys that a ProfileObject can have.
|
ObjectTypeKey.Builder |
ObjectTypeKey.Builder.standardIdentifiersWithStrings(String... standardIdentifiers)
The types of keys that a ProfileObject can have.
|
ObjectTypeKey.Builder |
ObjectTypeKey.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ObjectTypeKey.Builder> |
ObjectTypeKey.serializableBuilderClass() |
Copyright © 2021. All rights reserved.