| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<ObjectTypeKey>> |
PutProfileObjectTypeResponse.keys()
A list of unique keys that can be used to map data to the profile.
|
Map<String,List<ObjectTypeKey>> |
GetProfileObjectTypeResponse.keys()
A list of unique keys that can be used to map data to the profile.
|
Map<String,List<ObjectTypeKey>> |
PutProfileObjectTypeRequest.keys()
A list of unique keys that can be used to map data to the profile.
|
Map<String,List<ObjectTypeKey>> |
GetProfileObjectTypeTemplateResponse.keys()
A list of unique keys that can be used to map data to the profile.
|
| Modifier and Type | Method and Description |
|---|---|
PutProfileObjectTypeResponse.Builder |
PutProfileObjectTypeResponse.Builder.keys(Map<String,? extends Collection<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
GetProfileObjectTypeResponse.Builder |
GetProfileObjectTypeResponse.Builder.keys(Map<String,? extends Collection<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
PutProfileObjectTypeRequest.Builder |
PutProfileObjectTypeRequest.Builder.keys(Map<String,? extends Collection<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
GetProfileObjectTypeTemplateResponse.Builder |
GetProfileObjectTypeTemplateResponse.Builder.keys(Map<String,? extends Collection<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
Copyright © 2021. All rights reserved.