| 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 ListClustersV2Response |
KafkaClient.listClustersV2(Consumer<ListClustersV2Request.Builder> listClustersV2Request)
Returns a list of all the MSK clusters in the current Region.
|
default ListClustersV2Response |
KafkaClient.listClustersV2(ListClustersV2Request listClustersV2Request)
Returns a list of all the MSK clusters in the current Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListClustersV2Response> |
KafkaAsyncClient.listClustersV2(Consumer<ListClustersV2Request.Builder> listClustersV2Request)
Returns a list of all the MSK clusters in the current Region.
|
default CompletableFuture<ListClustersV2Response> |
KafkaAsyncClient.listClustersV2(ListClustersV2Request listClustersV2Request)
Returns a list of all the MSK clusters in the current Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListClustersV2Response> |
ListClustersV2Iterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListClustersV2Publisher.subscribe(org.reactivestreams.Subscriber<? super ListClustersV2Response> subscriber) |
Copyright © 2023. All rights reserved.