| 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<UpdateBrokerStorageResult> |
AWSKafkaAsync.updateBrokerStorageAsync(UpdateBrokerStorageRequest updateBrokerStorageRequest,
AsyncHandler<UpdateBrokerStorageRequest,UpdateBrokerStorageResult> asyncHandler)
Updates the EBS storage associated with MSK brokers.
|
Future<UpdateBrokerStorageResult> |
AWSKafkaAsyncClient.updateBrokerStorageAsync(UpdateBrokerStorageRequest request,
AsyncHandler<UpdateBrokerStorageRequest,UpdateBrokerStorageResult> asyncHandler) |
Future<UpdateBrokerStorageResult> |
AbstractAWSKafkaAsync.updateBrokerStorageAsync(UpdateBrokerStorageRequest request,
AsyncHandler<UpdateBrokerStorageRequest,UpdateBrokerStorageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateBrokerStorageRequest |
UpdateBrokerStorageRequest.clone() |
UpdateBrokerStorageRequest |
UpdateBrokerStorageRequest.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
UpdateBrokerStorageRequest |
UpdateBrokerStorageRequest.withCurrentVersion(String currentVersion)
The version of cluster to update from.
|
UpdateBrokerStorageRequest |
UpdateBrokerStorageRequest.withTargetBrokerEBSVolumeInfo(BrokerEBSVolumeInfo... targetBrokerEBSVolumeInfo)
Describes the target volume size and the ID of the broker to apply the update to.
|
UpdateBrokerStorageRequest |
UpdateBrokerStorageRequest.withTargetBrokerEBSVolumeInfo(Collection<BrokerEBSVolumeInfo> targetBrokerEBSVolumeInfo)
Describes the target volume size and the ID of the broker to apply the update to.
|
Copyright © 2019. All rights reserved.