Uses of Class
software.amazon.awssdk.services.kafka.model.ClusterType
-
Packages that use ClusterType Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of ClusterType in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return ClusterType Modifier and Type Method Description ClusterTypeCluster. clusterType()Cluster Type.ClusterTypeClusterOperationV2. clusterType()Type of the backend cluster.ClusterTypeClusterOperationV2Summary. clusterType()Type of the backend cluster.ClusterTypeCreateClusterV2Response. clusterType()The type of the cluster.static ClusterTypeClusterType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ClusterTypeClusterType. 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.Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type ClusterType Modifier and Type Method Description static Set<ClusterType>ClusterType. knownValues()Methods in software.amazon.awssdk.services.kafka.model with parameters of type ClusterType Modifier and Type Method Description Cluster.BuilderCluster.Builder. clusterType(ClusterType clusterType)Cluster Type.ClusterOperationV2.BuilderClusterOperationV2.Builder. clusterType(ClusterType clusterType)Type of the backend cluster.ClusterOperationV2Summary.BuilderClusterOperationV2Summary.Builder. clusterType(ClusterType clusterType)Type of the backend cluster.CreateClusterV2Response.BuilderCreateClusterV2Response.Builder. clusterType(ClusterType clusterType)The type of the cluster.
-