| Package | Description |
|---|---|
| software.amazon.awssdk.services.migrationhubstrategy.model | |
| software.amazon.awssdk.services.migrationhubstrategy.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Collector> |
ListCollectorsResponse.collectors()
The list of all the installed collectors.
|
| Modifier and Type | Method and Description |
|---|---|
ListCollectorsResponse.Builder |
ListCollectorsResponse.Builder.collectors(Collector... collectors)
The list of all the installed collectors.
|
| Modifier and Type | Method and Description |
|---|---|
ListCollectorsResponse.Builder |
ListCollectorsResponse.Builder.collectors(Collection<Collector> collectors)
The list of all the installed collectors.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Collector> |
ListCollectorsPublisher.collectors()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Collector> |
ListCollectorsIterable.collectors()
Returns an iterable to iterate through the paginated
ListCollectorsResponse.collectors() member. |
Copyright © 2023. All rights reserved.