| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterType |
CreateClusterV2Response.clusterType()
The type of the cluster.
|
ClusterType |
Cluster.clusterType()
Cluster Type.
|
static ClusterType |
ClusterType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ClusterType |
ClusterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterType[] |
ClusterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ClusterType> |
ClusterType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateClusterV2Response.Builder |
CreateClusterV2Response.Builder.clusterType(ClusterType clusterType)
The type of the cluster.
|
Cluster.Builder |
Cluster.Builder.clusterType(ClusterType clusterType)
Cluster Type.
|
Copyright © 2023. All rights reserved.