| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
GlossaryTermItem |
GlossaryTermItem.clone() |
GlossaryTermItem |
SearchInventoryResultItem.getGlossaryTermItem()
The glossary term item included in the search results.
|
GlossaryTermItem |
GlossaryTermItem.withCreatedAt(Date createdAt)
The timestamp of when a business glossary term was created.
|
GlossaryTermItem |
GlossaryTermItem.withCreatedBy(String createdBy)
The Amazon DataZone user who created the business glossary.
|
GlossaryTermItem |
GlossaryTermItem.withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the business glossary exists.
|
GlossaryTermItem |
GlossaryTermItem.withGlossaryId(String glossaryId)
The identifier of the business glossary to which the term belongs.
|
GlossaryTermItem |
GlossaryTermItem.withId(String id)
The identifier of the business glossary term.
|
GlossaryTermItem |
GlossaryTermItem.withLongDescription(String longDescription)
The long description of the business glossary term.
|
GlossaryTermItem |
GlossaryTermItem.withName(String name)
The name of the business glossary term.
|
GlossaryTermItem |
GlossaryTermItem.withShortDescription(String shortDescription)
The short description of the business glossary term.
|
GlossaryTermItem |
GlossaryTermItem.withStatus(GlossaryTermStatus status)
The status of the business glossary term.
|
GlossaryTermItem |
GlossaryTermItem.withStatus(String status)
The status of the business glossary term.
|
GlossaryTermItem |
GlossaryTermItem.withTermRelations(TermRelations termRelations)
The relations of the business glossary term.
|
GlossaryTermItem |
GlossaryTermItem.withUpdatedAt(Date updatedAt)
The timestamp of when a business glossary term was updated.
|
GlossaryTermItem |
GlossaryTermItem.withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary term.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchInventoryResultItem.setGlossaryTermItem(GlossaryTermItem glossaryTermItem)
The glossary term item included in the search results.
|
SearchInventoryResultItem |
SearchInventoryResultItem.withGlossaryTermItem(GlossaryTermItem glossaryTermItem)
The glossary term item included in the search results.
|
Copyright © 2023. All rights reserved.