| Package | Description |
|---|---|
| com.amazonaws.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateBrokerCountResult> |
AWSKafkaAsyncClient.updateBrokerCountAsync(UpdateBrokerCountRequest request,
AsyncHandler<UpdateBrokerCountRequest,UpdateBrokerCountResult> asyncHandler) |
Future<UpdateBrokerCountResult> |
AbstractAWSKafkaAsync.updateBrokerCountAsync(UpdateBrokerCountRequest request,
AsyncHandler<UpdateBrokerCountRequest,UpdateBrokerCountResult> asyncHandler) |
Future<UpdateBrokerCountResult> |
AWSKafkaAsync.updateBrokerCountAsync(UpdateBrokerCountRequest updateBrokerCountRequest,
AsyncHandler<UpdateBrokerCountRequest,UpdateBrokerCountResult> asyncHandler)
Updates the number of broker nodes in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBrokerCountRequest |
UpdateBrokerCountRequest.clone() |
UpdateBrokerCountRequest |
UpdateBrokerCountRequest.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
UpdateBrokerCountRequest |
UpdateBrokerCountRequest.withCurrentVersion(String currentVersion)
The version of cluster to update from.
|
UpdateBrokerCountRequest |
UpdateBrokerCountRequest.withTargetNumberOfBrokerNodes(Integer targetNumberOfBrokerNodes)
The number of broker nodes that you want the cluster to have after this operation completes successfully.
|
Copyright © 2022. All rights reserved.