| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| software.amazon.awssdk.services.kafka.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListClustersResponse |
KafkaClient.listClusters()
Returns a list of all the MSK clusters in the current Region.
|
default ListClustersResponse |
KafkaClient.listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)
Returns a list of all the MSK clusters in the current Region.
|
default ListClustersResponse |
KafkaClient.listClusters(ListClustersRequest listClustersRequest)
Returns a list of all the MSK clusters in the current Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListClustersResponse> |
KafkaAsyncClient.listClusters()
Returns a list of all the MSK clusters in the current Region.
|
default CompletableFuture<ListClustersResponse> |
KafkaAsyncClient.listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)
Returns a list of all the MSK clusters in the current Region.
|
default CompletableFuture<ListClustersResponse> |
KafkaAsyncClient.listClusters(ListClustersRequest listClustersRequest)
Returns a list of all the MSK clusters in the current Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListClustersResponse> |
ListClustersIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListClustersPublisher.subscribe(org.reactivestreams.Subscriber<? super ListClustersResponse> subscriber) |
Copyright © 2023. All rights reserved.