| 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 |
|---|---|
UpdateConnectivityResult |
AWSKafka.updateConnectivity(UpdateConnectivityRequest updateConnectivityRequest)
Updates the cluster's connectivity configuration.
|
UpdateConnectivityResult |
AbstractAWSKafka.updateConnectivity(UpdateConnectivityRequest request) |
UpdateConnectivityResult |
AWSKafkaClient.updateConnectivity(UpdateConnectivityRequest request)
Updates the cluster's connectivity configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateConnectivityResult> |
AWSKafkaAsync.updateConnectivityAsync(UpdateConnectivityRequest updateConnectivityRequest,
AsyncHandler<UpdateConnectivityRequest,UpdateConnectivityResult> asyncHandler)
Updates the cluster's connectivity configuration.
|
Future<UpdateConnectivityResult> |
AWSKafkaAsyncClient.updateConnectivityAsync(UpdateConnectivityRequest request,
AsyncHandler<UpdateConnectivityRequest,UpdateConnectivityResult> asyncHandler) |
Future<UpdateConnectivityResult> |
AbstractAWSKafkaAsync.updateConnectivityAsync(UpdateConnectivityRequest request,
AsyncHandler<UpdateConnectivityRequest,UpdateConnectivityResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectivityResult |
UpdateConnectivityResult.clone() |
UpdateConnectivityResult |
UpdateConnectivityResult.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
UpdateConnectivityResult |
UpdateConnectivityResult.withClusterOperationArn(String clusterOperationArn)
The Amazon Resource Name (ARN) of the cluster operation.
|
Copyright © 2022. All rights reserved.