| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
FormEntryOutput |
FormEntryOutput.clone() |
FormEntryOutput |
FormEntryOutput.withRequired(Boolean required)
Specifies whether a form entry is required.
|
FormEntryOutput |
FormEntryOutput.withTypeName(String typeName)
The name of the type of the form entry.
|
FormEntryOutput |
FormEntryOutput.withTypeRevision(String typeRevision)
The type revision of the form entry.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,FormEntryOutput> |
GetAssetTypeResult.getFormsOutput()
The metadata forms attached to the asset type.
|
Map<String,FormEntryOutput> |
CreateAssetTypeResult.getFormsOutput()
The metadata forms that are attached to the asset type.
|
Map<String,FormEntryOutput> |
AssetTypeItem.getFormsOutput()
The forms included in the details of the asset type.
|
| Modifier and Type | Method and Description |
|---|---|
GetAssetTypeResult |
GetAssetTypeResult.addFormsOutputEntry(String key,
FormEntryOutput value)
Add a single FormsOutput entry
|
CreateAssetTypeResult |
CreateAssetTypeResult.addFormsOutputEntry(String key,
FormEntryOutput value)
Add a single FormsOutput entry
|
AssetTypeItem |
AssetTypeItem.addFormsOutputEntry(String key,
FormEntryOutput value)
Add a single FormsOutput entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAssetTypeResult.setFormsOutput(Map<String,FormEntryOutput> formsOutput)
The metadata forms attached to the asset type.
|
void |
CreateAssetTypeResult.setFormsOutput(Map<String,FormEntryOutput> formsOutput)
The metadata forms that are attached to the asset type.
|
void |
AssetTypeItem.setFormsOutput(Map<String,FormEntryOutput> formsOutput)
The forms included in the details of the asset type.
|
GetAssetTypeResult |
GetAssetTypeResult.withFormsOutput(Map<String,FormEntryOutput> formsOutput)
The metadata forms attached to the asset type.
|
CreateAssetTypeResult |
CreateAssetTypeResult.withFormsOutput(Map<String,FormEntryOutput> formsOutput)
The metadata forms that are attached to the asset type.
|
AssetTypeItem |
AssetTypeItem.withFormsOutput(Map<String,FormEntryOutput> formsOutput)
The forms included in the details of the asset type.
|
Copyright © 2023. All rights reserved.