| 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 |
|---|---|
CreateClusterV2Result |
AWSKafkaClient.createClusterV2(CreateClusterV2Request request)
Creates a new MSK cluster.
|
CreateClusterV2Result |
AbstractAWSKafka.createClusterV2(CreateClusterV2Request request) |
CreateClusterV2Result |
AWSKafka.createClusterV2(CreateClusterV2Request createClusterV2Request)
Creates a new MSK cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateClusterV2Result> |
AWSKafkaAsyncClient.createClusterV2Async(CreateClusterV2Request request,
AsyncHandler<CreateClusterV2Request,CreateClusterV2Result> asyncHandler) |
Future<CreateClusterV2Result> |
AWSKafkaAsync.createClusterV2Async(CreateClusterV2Request createClusterV2Request,
AsyncHandler<CreateClusterV2Request,CreateClusterV2Result> asyncHandler)
Creates a new MSK cluster.
|
Future<CreateClusterV2Result> |
AbstractAWSKafkaAsync.createClusterV2Async(CreateClusterV2Request request,
AsyncHandler<CreateClusterV2Request,CreateClusterV2Result> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateClusterV2Result |
CreateClusterV2Result.clone() |
CreateClusterV2Result |
CreateClusterV2Result.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
CreateClusterV2Result |
CreateClusterV2Result.withClusterName(String clusterName)
The name of the MSK cluster.
|
CreateClusterV2Result |
CreateClusterV2Result.withClusterType(ClusterType clusterType)
The type of the cluster.
|
CreateClusterV2Result |
CreateClusterV2Result.withClusterType(String clusterType)
The type of the cluster.
|
CreateClusterV2Result |
CreateClusterV2Result.withState(ClusterState state)
The state of the cluster.
|
CreateClusterV2Result |
CreateClusterV2Result.withState(String state)
The state of the cluster.
|
Copyright © 2022. All rights reserved.