| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
ListDomainItem |
ListDomainItem.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ListDomainItem |
ListDomainItem.clearTagsEntries()
Removes all the entries added into Tags.
|
ListDomainItem |
ListDomainItem.clone() |
ListDomainItem |
ListDomainItem.withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
ListDomainItem |
ListDomainItem.withDomainName(String domainName)
The unique name of the domain.
|
ListDomainItem |
ListDomainItem.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the domain was most recently edited.
|
ListDomainItem |
ListDomainItem.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListDomainItem> |
ListDomainsResult.getItems()
The list of ListDomains instances.
|
| Modifier and Type | Method and Description |
|---|---|
ListDomainsResult |
ListDomainsResult.withItems(ListDomainItem... items)
The list of ListDomains instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDomainsResult.setItems(Collection<ListDomainItem> items)
The list of ListDomains instances.
|
ListDomainsResult |
ListDomainsResult.withItems(Collection<ListDomainItem> items)
The list of ListDomains instances.
|
Copyright © 2022. All rights reserved.