Uses of Class
software.amazon.awssdk.services.dataexchange.model.GetAssetResponse
-
Packages that use GetAssetResponse 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. -
-
Uses of GetAssetResponse in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange that return GetAssetResponse Modifier and Type Method Description default GetAssetResponseDataExchangeClient. getAsset(Consumer<GetAssetRequest.Builder> getAssetRequest)This operation returns information about an asset.default GetAssetResponseDataExchangeClient. getAsset(GetAssetRequest getAssetRequest)This operation returns information about an asset.Methods in software.amazon.awssdk.services.dataexchange that return types with arguments of type GetAssetResponse Modifier and Type Method Description default CompletableFuture<GetAssetResponse>DataExchangeAsyncClient. getAsset(Consumer<GetAssetRequest.Builder> getAssetRequest)This operation returns information about an asset.default CompletableFuture<GetAssetResponse>DataExchangeAsyncClient. getAsset(GetAssetRequest getAssetRequest)This operation returns information about an asset.
-