Uses of Class
software.amazon.awssdk.services.datazone.model.FormEntryOutput
-
Packages that use FormEntryOutput Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of FormEntryOutput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type FormEntryOutput Modifier and Type Method Description Map<String,FormEntryOutput>AssetTypeItem. formsOutput()The forms included in the details of the asset type.Map<String,FormEntryOutput>CreateAssetTypeResponse. formsOutput()The metadata forms that are attached to the asset type.Map<String,FormEntryOutput>GetAssetTypeResponse. formsOutput()The metadata forms attached to the asset type.Map<String,FormEntryOutput>LineageNodeTypeItem. formsOutput()The forms output of the data lineage node type.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type FormEntryOutput Modifier and Type Method Description AssetTypeItem.BuilderAssetTypeItem.Builder. formsOutput(Map<String,FormEntryOutput> formsOutput)The forms included in the details of the asset type.CreateAssetTypeResponse.BuilderCreateAssetTypeResponse.Builder. formsOutput(Map<String,FormEntryOutput> formsOutput)The metadata forms that are attached to the asset type.GetAssetTypeResponse.BuilderGetAssetTypeResponse.Builder. formsOutput(Map<String,FormEntryOutput> formsOutput)The metadata forms attached to the asset type.LineageNodeTypeItem.BuilderLineageNodeTypeItem.Builder. formsOutput(Map<String,FormEntryOutput> formsOutput)The forms output of the data lineage node type.
-