| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDataSetsResponse |
DataExchangeClient.listDataSets(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)
This operation lists your data sets.
|
default ListDataSetsResponse |
DataExchangeClient.listDataSets(ListDataSetsRequest listDataSetsRequest)
This operation lists your data sets.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDataSetsResponse> |
DataExchangeAsyncClient.listDataSets(Consumer<ListDataSetsRequest.Builder> listDataSetsRequest)
This operation lists your data sets.
|
default CompletableFuture<ListDataSetsResponse> |
DataExchangeAsyncClient.listDataSets(ListDataSetsRequest listDataSetsRequest)
This operation lists your data sets.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDataSetsResponse> |
ListDataSetsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSetsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDataSetsResponse> subscriber) |
Copyright © 2023. All rights reserved.