| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
ListProfileObjectTypeItem |
ListProfileObjectTypeItem.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListProfileObjectTypeItem |
ListProfileObjectTypeItem.clearTagsEntries()
Removes all the entries added into Tags.
|
ListProfileObjectTypeItem |
ListProfileObjectTypeItem.clone() |
ListProfileObjectTypeItem |
ListProfileObjectTypeItem.withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
ListProfileObjectTypeItem |
ListProfileObjectTypeItem.withDescription(String description)
Description of the profile object type.
|
ListProfileObjectTypeItem |
ListProfileObjectTypeItem.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
ListProfileObjectTypeItem |
ListProfileObjectTypeItem.withMaxAvailableProfileObjectCount(Integer maxAvailableProfileObjectCount)
The amount of provisioned profile object max count available.
|
ListProfileObjectTypeItem |
ListProfileObjectTypeItem.withMaxProfileObjectCount(Integer maxProfileObjectCount)
The amount of profile object max count assigned to the object type.
|
ListProfileObjectTypeItem |
ListProfileObjectTypeItem.withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
ListProfileObjectTypeItem |
ListProfileObjectTypeItem.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListProfileObjectTypeItem> |
ListProfileObjectTypesResult.getItems()
The list of ListProfileObjectTypes instances.
|
| Modifier and Type | Method and Description |
|---|---|
ListProfileObjectTypesResult |
ListProfileObjectTypesResult.withItems(ListProfileObjectTypeItem... items)
The list of ListProfileObjectTypes instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfileObjectTypesResult.setItems(Collection<ListProfileObjectTypeItem> items)
The list of ListProfileObjectTypes instances.
|
ListProfileObjectTypesResult |
ListProfileObjectTypesResult.withItems(Collection<ListProfileObjectTypeItem> items)
The list of ListProfileObjectTypes instances.
|
Copyright © 2025. All rights reserved.