| 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 ListJobsResponse |
DataExchangeClient.listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)
This operation lists your jobs sorted by CreatedAt in descending order.
|
default ListJobsResponse |
DataExchangeClient.listJobs(ListJobsRequest listJobsRequest)
This operation lists your jobs sorted by CreatedAt in descending order.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListJobsResponse> |
DataExchangeAsyncClient.listJobs(Consumer<ListJobsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListJobsResponse> |
ListJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.