| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model | |
| software.amazon.awssdk.services.kafka.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ReplicatorSummary> |
ListReplicatorsResponse.replicators()
List containing information of each of the replicators in the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListReplicatorsResponse.Builder |
ListReplicatorsResponse.Builder.replicators(ReplicatorSummary... replicators)
List containing information of each of the replicators in the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListReplicatorsResponse.Builder |
ListReplicatorsResponse.Builder.replicators(Collection<ReplicatorSummary> replicators)
List containing information of each of the replicators in the account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ReplicatorSummary> |
ListReplicatorsIterable.replicators()
Returns an iterable to iterate through the paginated
ListReplicatorsResponse.replicators() member. |
SdkPublisher<ReplicatorSummary> |
ListReplicatorsPublisher.replicators()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.