Uses of Class
software.amazon.awssdk.services.datazone.model.GetAssetTypeResponse
-
Packages that use GetAssetTypeResponse 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 GetAssetTypeResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return GetAssetTypeResponse Modifier and Type Method Description default GetAssetTypeResponseDataZoneClient. getAssetType(Consumer<GetAssetTypeRequest.Builder> getAssetTypeRequest)Gets an Amazon DataZone asset type.default GetAssetTypeResponseDataZoneClient. getAssetType(GetAssetTypeRequest getAssetTypeRequest)Gets an Amazon DataZone asset type.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type GetAssetTypeResponse Modifier and Type Method Description default CompletableFuture<GetAssetTypeResponse>DataZoneAsyncClient. getAssetType(Consumer<GetAssetTypeRequest.Builder> getAssetTypeRequest)Gets an Amazon DataZone asset type.default CompletableFuture<GetAssetTypeResponse>DataZoneAsyncClient. getAssetType(GetAssetTypeRequest getAssetTypeRequest)Gets an Amazon DataZone asset type.
-