| 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 | |
| software.amazon.awssdk.services.dataexchange.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListJobsResponse |
DataExchangeClient.listJobs(ListJobsRequest listJobsRequest)
This operation lists your jobs sorted by CreatedAt in descending order.
|
default CompletableFuture<ListJobsResponse> |
DataExchangeAsyncClient.listJobs(ListJobsRequest listJobsRequest)
This operation lists your jobs sorted by CreatedAt in descending order.
|
default ListJobsIterable |
DataExchangeClient.listJobsPaginator(ListJobsRequest listJobsRequest)
This operation lists your jobs sorted by CreatedAt in descending order.
|
default ListJobsPublisher |
DataExchangeAsyncClient.listJobsPaginator(ListJobsRequest listJobsRequest)
This operation lists your jobs sorted by CreatedAt in descending order.
|
| Constructor and Description |
|---|
ListJobsIterable(DataExchangeClient client,
ListJobsRequest firstRequest) |
ListJobsPublisher(DataExchangeAsyncClient client,
ListJobsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListJobsRequestMarshaller.marshall(ListJobsRequest listJobsRequest) |
Copyright © 2023. All rights reserved.