| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
GetProfileObjectTypeResult |
AmazonCustomerProfilesClient.getProfileObjectType(GetProfileObjectTypeRequest request)
Returns the object types for a specific domain.
|
GetProfileObjectTypeResult |
AmazonCustomerProfiles.getProfileObjectType(GetProfileObjectTypeRequest getProfileObjectTypeRequest)
Returns the object types for a specific domain.
|
GetProfileObjectTypeResult |
AbstractAmazonCustomerProfiles.getProfileObjectType(GetProfileObjectTypeRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetProfileObjectTypeResult> |
AmazonCustomerProfilesAsync.getProfileObjectTypeAsync(GetProfileObjectTypeRequest getProfileObjectTypeRequest,
AsyncHandler<GetProfileObjectTypeRequest,GetProfileObjectTypeResult> asyncHandler)
Returns the object types for a specific domain.
|
Future<GetProfileObjectTypeResult> |
AmazonCustomerProfilesAsyncClient.getProfileObjectTypeAsync(GetProfileObjectTypeRequest request,
AsyncHandler<GetProfileObjectTypeRequest,GetProfileObjectTypeResult> asyncHandler) |
Future<GetProfileObjectTypeResult> |
AbstractAmazonCustomerProfilesAsync.getProfileObjectTypeAsync(GetProfileObjectTypeRequest request,
AsyncHandler<GetProfileObjectTypeRequest,GetProfileObjectTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.addFieldsEntry(String key,
ObjectTypeField value)
Add a single Fields entry
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.addKeysEntry(String key,
List<ObjectTypeKey> value)
Add a single Keys entry
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.clearFieldsEntries()
Removes all the entries added into Fields.
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.clearKeysEntries()
Removes all the entries added into Keys.
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.clone() |
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.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.
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.withDescription(String description)
The description of the profile object type.
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.withEncryptionKey(String encryptionKey)
The customer-provided key to encrypt the profile object that will be created in this profile object type.
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.withExpirationDays(Integer expirationDays)
The number of days until the data in the object expires.
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.withFields(Map<String,ObjectTypeField> fields)
A map of the name and ObjectType field.
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.withKeys(Map<String,List<ObjectTypeKey>> keys)
A list of unique keys that can be used to map data to the profile.
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
GetProfileObjectTypeResult |
GetProfileObjectTypeResult.withTemplateId(String templateId)
A unique identifier for the object template.
|
Copyright © 2021. All rights reserved.