Uses of Class
software.amazon.awssdk.services.datazone.model.GetAssetRequest
-
Packages that use GetAssetRequest 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 GetAssetRequest in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone with parameters of type GetAssetRequest Modifier and Type Method Description default CompletableFuture<GetAssetResponse>DataZoneAsyncClient. getAsset(GetAssetRequest getAssetRequest)Gets an Amazon DataZone asset.default GetAssetResponseDataZoneClient. getAsset(GetAssetRequest getAssetRequest)Gets an Amazon DataZone asset. -
Uses of GetAssetRequest in software.amazon.awssdk.services.datazone.transform
Methods in software.amazon.awssdk.services.datazone.transform with parameters of type GetAssetRequest Modifier and Type Method Description SdkHttpFullRequestGetAssetRequestMarshaller. marshall(GetAssetRequest getAssetRequest)
-