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