Uses of Class
software.amazon.awssdk.services.dataexchange.model.GetAssetRequest
-
Packages that use GetAssetRequest Package Description software.amazon.awssdk.services.dataexchange AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud.software.amazon.awssdk.services.dataexchange.transform -
-
Uses of GetAssetRequest in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange with parameters of type GetAssetRequest Modifier and Type Method Description default CompletableFuture<GetAssetResponse>DataExchangeAsyncClient. getAsset(GetAssetRequest getAssetRequest)This operation returns information about an asset.default GetAssetResponseDataExchangeClient. getAsset(GetAssetRequest getAssetRequest)This operation returns information about an asset. -
Uses of GetAssetRequest in software.amazon.awssdk.services.dataexchange.transform
Methods in software.amazon.awssdk.services.dataexchange.transform with parameters of type GetAssetRequest Modifier and Type Method Description SdkHttpFullRequestGetAssetRequestMarshaller. marshall(GetAssetRequest getAssetRequest)
-