Uses of Class
software.amazon.awssdk.services.datasync.model.DiscoveryJobListEntry
-
Packages that use DiscoveryJobListEntry Package Description software.amazon.awssdk.services.datasync.model software.amazon.awssdk.services.datasync.paginators -
-
Uses of DiscoveryJobListEntry in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type DiscoveryJobListEntry Modifier and Type Method Description List<DiscoveryJobListEntry>ListDiscoveryJobsResponse. discoveryJobs()The discovery jobs that you've run.Methods in software.amazon.awssdk.services.datasync.model with parameters of type DiscoveryJobListEntry Modifier and Type Method Description ListDiscoveryJobsResponse.BuilderListDiscoveryJobsResponse.Builder. discoveryJobs(DiscoveryJobListEntry... discoveryJobs)The discovery jobs that you've run.Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type DiscoveryJobListEntry Modifier and Type Method Description ListDiscoveryJobsResponse.BuilderListDiscoveryJobsResponse.Builder. discoveryJobs(Collection<DiscoveryJobListEntry> discoveryJobs)The discovery jobs that you've run. -
Uses of DiscoveryJobListEntry in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.paginators that return types with arguments of type DiscoveryJobListEntry Modifier and Type Method Description SdkIterable<DiscoveryJobListEntry>ListDiscoveryJobsIterable. discoveryJobs()Returns an iterable to iterate through the paginatedListDiscoveryJobsResponse.discoveryJobs()member.SdkPublisher<DiscoveryJobListEntry>ListDiscoveryJobsPublisher. discoveryJobs()Returns a publisher that can be used to get a stream of data.
-