Uses of Class
software.amazon.awssdk.services.datazone.model.Model
-
Packages that use Model Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of Model in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return Model Modifier and Type Method Description static ModelModel. fromSmithy(String smithy)Create an instance of this class withsmithy()initialized to the given value.ModelCreateFormTypeRequest. model()The model of this Amazon DataZone metadata form type.ModelFormTypeData. model()The model of the form type.ModelGetFormTypeResponse. model()The model of the metadata form type.Methods in software.amazon.awssdk.services.datazone.model with parameters of type Model Modifier and Type Method Description CreateFormTypeRequest.BuilderCreateFormTypeRequest.Builder. model(Model model)The model of this Amazon DataZone metadata form type.FormTypeData.BuilderFormTypeData.Builder. model(Model model)The model of the form type.GetFormTypeResponse.BuilderGetFormTypeResponse.Builder. model(Model model)The model of the metadata form type.
-