Uses of Class
software.amazon.awssdk.services.kafka.model.ReplicatorSummary
-
Packages that use ReplicatorSummary Package Description software.amazon.awssdk.services.kafka.model software.amazon.awssdk.services.kafka.paginators -
-
Uses of ReplicatorSummary in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type ReplicatorSummary Modifier and Type Method Description List<ReplicatorSummary>ListReplicatorsResponse. replicators()List containing information of each of the replicators in the account.Methods in software.amazon.awssdk.services.kafka.model with parameters of type ReplicatorSummary Modifier and Type Method Description ListReplicatorsResponse.BuilderListReplicatorsResponse.Builder. replicators(ReplicatorSummary... replicators)List containing information of each of the replicators in the account.Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type ReplicatorSummary Modifier and Type Method Description ListReplicatorsResponse.BuilderListReplicatorsResponse.Builder. replicators(Collection<ReplicatorSummary> replicators)List containing information of each of the replicators in the account. -
Uses of ReplicatorSummary in software.amazon.awssdk.services.kafka.paginators
Methods in software.amazon.awssdk.services.kafka.paginators that return types with arguments of type ReplicatorSummary Modifier and Type Method Description SdkIterable<ReplicatorSummary>ListReplicatorsIterable. replicators()Returns an iterable to iterate through the paginatedListReplicatorsResponse.replicators()member.SdkPublisher<ReplicatorSummary>ListReplicatorsPublisher. replicators()Returns a publisher that can be used to get a stream of data.
-