Uses of Class
software.amazon.awssdk.services.datazone.model.FormTypeData
-
Packages that use FormTypeData Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of FormTypeData in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return FormTypeData Modifier and Type Method Description FormTypeDataSearchTypesResultItem. formTypeItem()The form type included in the results of theSearchTypesaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type FormTypeData Modifier and Type Method Description SearchTypesResultItem.BuilderSearchTypesResultItem.Builder. formTypeItem(FormTypeData formTypeItem)The form type included in the results of theSearchTypesaction.static SearchTypesResultItemSearchTypesResultItem. fromFormTypeItem(FormTypeData formTypeItem)Create an instance of this class withSearchTypesResultItem.formTypeItem()initialized to the given value.
-