| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
GlossaryItem |
GlossaryItem.clone() |
GlossaryItem |
SearchInventoryResultItem.getGlossaryItem()
The glossary item included in the search results.
|
GlossaryItem |
GlossaryItem.withCreatedAt(Date createdAt)
The timestamp of when the glossary was created.
|
GlossaryItem |
GlossaryItem.withCreatedBy(String createdBy)
The Amazon DataZone user who created the glossary.
|
GlossaryItem |
GlossaryItem.withDescription(String description)
The business glossary description.
|
GlossaryItem |
GlossaryItem.withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the business glossary exists.
|
GlossaryItem |
GlossaryItem.withId(String id)
The identifier of the glossary.
|
GlossaryItem |
GlossaryItem.withName(String name)
The name of the glossary.
|
GlossaryItem |
GlossaryItem.withOwningProjectId(String owningProjectId)
The identifier of the project that owns the business glosary.
|
GlossaryItem |
GlossaryItem.withStatus(GlossaryStatus status)
The business glossary status.
|
GlossaryItem |
GlossaryItem.withStatus(String status)
The business glossary status.
|
GlossaryItem |
GlossaryItem.withUpdatedAt(Date updatedAt)
The timestamp of when the business glossary was updated.
|
GlossaryItem |
GlossaryItem.withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchInventoryResultItem.setGlossaryItem(GlossaryItem glossaryItem)
The glossary item included in the search results.
|
SearchInventoryResultItem |
SearchInventoryResultItem.withGlossaryItem(GlossaryItem glossaryItem)
The glossary item included in the search results.
|
Copyright © 2024. All rights reserved.