Uses of Class
software.amazon.awssdk.services.datazone.model.GetFormTypeResponse
-
Packages that use GetFormTypeResponse Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. -
-
Uses of GetFormTypeResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return GetFormTypeResponse Modifier and Type Method Description default GetFormTypeResponseDataZoneClient. getFormType(Consumer<GetFormTypeRequest.Builder> getFormTypeRequest)Gets a metadata form type in Amazon DataZone.default GetFormTypeResponseDataZoneClient. getFormType(GetFormTypeRequest getFormTypeRequest)Gets a metadata form type in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type GetFormTypeResponse Modifier and Type Method Description default CompletableFuture<GetFormTypeResponse>DataZoneAsyncClient. getFormType(Consumer<GetFormTypeRequest.Builder> getFormTypeRequest)Gets a metadata form type in Amazon DataZone.default CompletableFuture<GetFormTypeResponse>DataZoneAsyncClient. getFormType(GetFormTypeRequest getFormTypeRequest)Gets a metadata form type in Amazon DataZone.
-