Uses of Class
software.amazon.awssdk.services.dataexchange.model.GetDataSetResponse
-
Packages that use GetDataSetResponse 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 GetDataSetResponse in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange that return GetDataSetResponse Modifier and Type Method Description default GetDataSetResponseDataExchangeClient. getDataSet(Consumer<GetDataSetRequest.Builder> getDataSetRequest)This operation returns information about a data set.default GetDataSetResponseDataExchangeClient. getDataSet(GetDataSetRequest getDataSetRequest)This operation returns information about a data set.Methods in software.amazon.awssdk.services.dataexchange that return types with arguments of type GetDataSetResponse Modifier and Type Method Description default CompletableFuture<GetDataSetResponse>DataExchangeAsyncClient. getDataSet(Consumer<GetDataSetRequest.Builder> getDataSetRequest)This operation returns information about a data set.default CompletableFuture<GetDataSetResponse>DataExchangeAsyncClient. getDataSet(GetDataSetRequest getDataSetRequest)This operation returns information about a data set.
-