| 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<GetBootstrapBrokersResult> |
AWSKafkaAsyncClient.getBootstrapBrokersAsync(GetBootstrapBrokersRequest request,
AsyncHandler<GetBootstrapBrokersRequest,GetBootstrapBrokersResult> asyncHandler) |
Future<GetBootstrapBrokersResult> |
AWSKafkaAsync.getBootstrapBrokersAsync(GetBootstrapBrokersRequest getBootstrapBrokersRequest,
AsyncHandler<GetBootstrapBrokersRequest,GetBootstrapBrokersResult> asyncHandler)
A list of brokers that a client application can use to bootstrap.
|
Future<GetBootstrapBrokersResult> |
AbstractAWSKafkaAsync.getBootstrapBrokersAsync(GetBootstrapBrokersRequest request,
AsyncHandler<GetBootstrapBrokersRequest,GetBootstrapBrokersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetBootstrapBrokersRequest |
GetBootstrapBrokersRequest.clone() |
GetBootstrapBrokersRequest |
GetBootstrapBrokersRequest.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
Copyright © 2022. All rights reserved.