| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
FormTypeData |
FormTypeData.clone() |
FormTypeData |
SearchTypesResultItem.getFormTypeItem()
The form type included in the results of the
SearchTypes action. |
FormTypeData |
FormTypeData.withCreatedAt(Date createdAt)
The timestamp of when the metadata form type was created.
|
FormTypeData |
FormTypeData.withCreatedBy(String createdBy)
The Amazon DataZone user who created teh metadata form type.
|
FormTypeData |
FormTypeData.withDescription(String description)
The description of the metadata form type.
|
FormTypeData |
FormTypeData.withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the form type exists.
|
FormTypeData |
FormTypeData.withImports(Collection<Import> imports)
The imports specified in the form type.
|
FormTypeData |
FormTypeData.withImports(Import... imports)
The imports specified in the form type.
|
FormTypeData |
FormTypeData.withModel(Model model)
The model of the form type.
|
FormTypeData |
FormTypeData.withName(String name)
The name of the form type.
|
FormTypeData |
FormTypeData.withOriginDomainId(String originDomainId)
The identifier of the Amazon DataZone domain in which the form type was originally created.
|
FormTypeData |
FormTypeData.withOriginProjectId(String originProjectId)
The identifier of the project in which the form type was originally created.
|
FormTypeData |
FormTypeData.withOwningProjectId(String owningProjectId)
The identifier of the project that owns the form type.
|
FormTypeData |
FormTypeData.withRevision(String revision)
The revision of the form type.
|
FormTypeData |
FormTypeData.withStatus(FormTypeStatus status)
The status of the form type.
|
FormTypeData |
FormTypeData.withStatus(String status)
The status of the form type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchTypesResultItem.setFormTypeItem(FormTypeData formTypeItem)
The form type included in the results of the
SearchTypes action. |
SearchTypesResultItem |
SearchTypesResultItem.withFormTypeItem(FormTypeData formTypeItem)
The form type included in the results of the
SearchTypes action. |
Copyright © 2023. All rights reserved.