| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDiscoveryJobsResponse |
DataSyncClient.listDiscoveryJobs(Consumer<ListDiscoveryJobsRequest.Builder> listDiscoveryJobsRequest)
Provides a list of the existing discovery jobs in the Amazon Web Services Region and Amazon Web Services account
where you're using DataSync Discovery.
|
default ListDiscoveryJobsResponse |
DataSyncClient.listDiscoveryJobs(ListDiscoveryJobsRequest listDiscoveryJobsRequest)
Provides a list of the existing discovery jobs in the Amazon Web Services Region and Amazon Web Services account
where you're using DataSync Discovery.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDiscoveryJobsResponse> |
DataSyncAsyncClient.listDiscoveryJobs(Consumer<ListDiscoveryJobsRequest.Builder> listDiscoveryJobsRequest)
Provides a list of the existing discovery jobs in the Amazon Web Services Region and Amazon Web Services account
where you're using DataSync Discovery.
|
default CompletableFuture<ListDiscoveryJobsResponse> |
DataSyncAsyncClient.listDiscoveryJobs(ListDiscoveryJobsRequest listDiscoveryJobsRequest)
Provides a list of the existing discovery jobs in the Amazon Web Services Region and Amazon Web Services account
where you're using DataSync Discovery.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDiscoveryJobsResponse> |
ListDiscoveryJobsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDiscoveryJobsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDiscoveryJobsResponse> subscriber) |
Copyright © 2023. All rights reserved.