| 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<UpdateBrokerTypeResult> |
AWSKafkaAsync.updateBrokerTypeAsync(UpdateBrokerTypeRequest updateBrokerTypeRequest,
AsyncHandler<UpdateBrokerTypeRequest,UpdateBrokerTypeResult> asyncHandler)
Updates EC2 instance type.
|
Future<UpdateBrokerTypeResult> |
AbstractAWSKafkaAsync.updateBrokerTypeAsync(UpdateBrokerTypeRequest request,
AsyncHandler<UpdateBrokerTypeRequest,UpdateBrokerTypeResult> asyncHandler) |
Future<UpdateBrokerTypeResult> |
AWSKafkaAsyncClient.updateBrokerTypeAsync(UpdateBrokerTypeRequest request,
AsyncHandler<UpdateBrokerTypeRequest,UpdateBrokerTypeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateBrokerTypeRequest |
UpdateBrokerTypeRequest.clone() |
UpdateBrokerTypeRequest |
UpdateBrokerTypeRequest.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
UpdateBrokerTypeRequest |
UpdateBrokerTypeRequest.withCurrentVersion(String currentVersion)
The cluster version that you want to change.
|
UpdateBrokerTypeRequest |
UpdateBrokerTypeRequest.withTargetInstanceType(String targetInstanceType)
The Amazon MSK broker type that you want all of the brokers in this cluster to be.
|
Copyright © 2021. All rights reserved.