Uses of Class
software.amazon.awssdk.services.migrationhubstrategy.model.Collector
-
Packages that use Collector Package Description software.amazon.awssdk.services.migrationhubstrategy.model software.amazon.awssdk.services.migrationhubstrategy.paginators -
-
Uses of Collector in software.amazon.awssdk.services.migrationhubstrategy.model
Methods in software.amazon.awssdk.services.migrationhubstrategy.model that return types with arguments of type Collector Modifier and Type Method Description List<Collector>ListCollectorsResponse. collectors()The list of all the installed collectors.Methods in software.amazon.awssdk.services.migrationhubstrategy.model with parameters of type Collector Modifier and Type Method Description ListCollectorsResponse.BuilderListCollectorsResponse.Builder. collectors(Collector... collectors)The list of all the installed collectors.Method parameters in software.amazon.awssdk.services.migrationhubstrategy.model with type arguments of type Collector Modifier and Type Method Description ListCollectorsResponse.BuilderListCollectorsResponse.Builder. collectors(Collection<Collector> collectors)The list of all the installed collectors. -
Uses of Collector in software.amazon.awssdk.services.migrationhubstrategy.paginators
Methods in software.amazon.awssdk.services.migrationhubstrategy.paginators that return types with arguments of type Collector Modifier and Type Method Description SdkIterable<Collector>ListCollectorsIterable. collectors()Returns an iterable to iterate through the paginatedListCollectorsResponse.collectors()member.SdkPublisher<Collector>ListCollectorsPublisher. collectors()Returns a publisher that can be used to get a stream of data.
-