| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
List<Import> |
GetFormTypeResponse.imports()
The imports of the metadata form type.
|
List<Import> |
FormTypeData.imports()
The imports specified in the form type.
|
| Modifier and Type | Method and Description |
|---|---|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.imports(Import... imports)
The imports of the metadata form type.
|
FormTypeData.Builder |
FormTypeData.Builder.imports(Import... imports)
The imports specified in the form type.
|
| Modifier and Type | Method and Description |
|---|---|
GetFormTypeResponse.Builder |
GetFormTypeResponse.Builder.imports(Collection<Import> imports)
The imports of the metadata form type.
|
FormTypeData.Builder |
FormTypeData.Builder.imports(Collection<Import> imports)
The imports specified in the form type.
|
Copyright © 2023. All rights reserved.