| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| software.amazon.awssdk.services.kafka.paginators | |
| software.amazon.awssdk.services.kafka.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListClustersV2Response |
KafkaClient.listClustersV2(ListClustersV2Request 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.
|
default ListClustersV2Iterable |
KafkaClient.listClustersV2Paginator(ListClustersV2Request listClustersV2Request)
Returns a list of all the MSK clusters in the current Region.
|
default ListClustersV2Publisher |
KafkaAsyncClient.listClustersV2Paginator(ListClustersV2Request listClustersV2Request)
Returns a list of all the MSK clusters in the current Region.
|
| Constructor and Description |
|---|
ListClustersV2Iterable(KafkaClient client,
ListClustersV2Request firstRequest) |
ListClustersV2Publisher(KafkaAsyncClient client,
ListClustersV2Request firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListClustersV2RequestMarshaller.marshall(ListClustersV2Request listClustersV2Request) |
Copyright © 2023. All rights reserved.