Uses of Class
software.amazon.awssdk.services.datasync.model.ListDiscoveryJobsResponse
-
Packages that use ListDiscoveryJobsResponse Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.paginators -
-
Uses of ListDiscoveryJobsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return ListDiscoveryJobsResponse Modifier and Type Method Description default ListDiscoveryJobsResponseDataSyncClient. 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 ListDiscoveryJobsResponseDataSyncClient. 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.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type ListDiscoveryJobsResponse Modifier and Type Method 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. -
Uses of ListDiscoveryJobsResponse in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.paginators that return types with arguments of type ListDiscoveryJobsResponse Modifier and Type Method Description Iterator<ListDiscoveryJobsResponse>ListDiscoveryJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.datasync.paginators with type arguments of type ListDiscoveryJobsResponse Modifier and Type Method Description voidListDiscoveryJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDiscoveryJobsResponse> subscriber)
-