Uses of Class
software.amazon.awssdk.services.datazone.model.Import
-
Packages that use Import Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of Import in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type Import Modifier and Type Method Description List<Import>FormTypeData. imports()The imports specified in the form type.List<Import>GetFormTypeResponse. imports()The imports of the metadata form type.Methods in software.amazon.awssdk.services.datazone.model with parameters of type Import Modifier and Type Method Description FormTypeData.BuilderFormTypeData.Builder. imports(Import... imports)The imports specified in the form type.GetFormTypeResponse.BuilderGetFormTypeResponse.Builder. imports(Import... imports)The imports of the metadata form type.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type Import Modifier and Type Method Description FormTypeData.BuilderFormTypeData.Builder. imports(Collection<Import> imports)The imports specified in the form type.GetFormTypeResponse.BuilderGetFormTypeResponse.Builder. imports(Collection<Import> imports)The imports of the metadata form type.
-