| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
Import |
Import.clone() |
Import |
Import.withName(String name)
The name of the import.
|
Import |
Import.withRevision(String revision)
The revision of the import.
|
| Modifier and Type | Method and Description |
|---|---|
List<Import> |
FormTypeData.getImports()
The imports specified in the form type.
|
List<Import> |
GetFormTypeResult.getImports()
The imports of the metadata form type.
|
| Modifier and Type | Method and Description |
|---|---|
FormTypeData |
FormTypeData.withImports(Import... imports)
The imports specified in the form type.
|
GetFormTypeResult |
GetFormTypeResult.withImports(Import... imports)
The imports of the metadata form type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormTypeData.setImports(Collection<Import> imports)
The imports specified in the form type.
|
void |
GetFormTypeResult.setImports(Collection<Import> imports)
The imports of the metadata form type.
|
FormTypeData |
FormTypeData.withImports(Collection<Import> imports)
The imports specified in the form type.
|
GetFormTypeResult |
GetFormTypeResult.withImports(Collection<Import> imports)
The imports of the metadata form type.
|
Copyright © 2024. All rights reserved.