| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
PutProfileObjectTypeResult |
AmazonCustomerProfilesClient.putProfileObjectType(PutProfileObjectTypeRequest request)
Defines a ProfileObjectType.
|
PutProfileObjectTypeResult |
AmazonCustomerProfiles.putProfileObjectType(PutProfileObjectTypeRequest putProfileObjectTypeRequest)
Defines a ProfileObjectType.
|
PutProfileObjectTypeResult |
AbstractAmazonCustomerProfiles.putProfileObjectType(PutProfileObjectTypeRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutProfileObjectTypeResult> |
AmazonCustomerProfilesAsyncClient.putProfileObjectTypeAsync(PutProfileObjectTypeRequest request,
AsyncHandler<PutProfileObjectTypeRequest,PutProfileObjectTypeResult> asyncHandler) |
Future<PutProfileObjectTypeResult> |
AmazonCustomerProfilesAsync.putProfileObjectTypeAsync(PutProfileObjectTypeRequest putProfileObjectTypeRequest,
AsyncHandler<PutProfileObjectTypeRequest,PutProfileObjectTypeResult> asyncHandler)
Defines a ProfileObjectType.
|
Future<PutProfileObjectTypeResult> |
AbstractAmazonCustomerProfilesAsync.putProfileObjectTypeAsync(PutProfileObjectTypeRequest request,
AsyncHandler<PutProfileObjectTypeRequest,PutProfileObjectTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.addFieldsEntry(String key,
ObjectTypeField value)
Add a single Fields entry
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.addKeysEntry(String key,
List<ObjectTypeKey> value)
Add a single Keys entry
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.clearFieldsEntries()
Removes all the entries added into Fields.
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.clearKeysEntries()
Removes all the entries added into Keys.
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.clearTagsEntries()
Removes all the entries added into Tags.
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.clone() |
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.withAllowProfileCreation(Boolean allowProfileCreation)
Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this
type.
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.withDescription(String description)
Description of the profile object type.
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.withEncryptionKey(String encryptionKey)
The customer-provided key to encrypt the profile object that will be created in this profile object type.
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.withExpirationDays(Integer expirationDays)
The number of days until the data in the object expires.
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.withFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.withKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.withSourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat)
The format of your
sourceLastUpdatedTimestamp that was previously set up in fields that were parsed
using SimpleDateFormat. |
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
PutProfileObjectTypeResult |
PutProfileObjectTypeResult.withTemplateId(String templateId)
A unique identifier for the object template.
|
Copyright © 2024. All rights reserved.