Uses of Class
software.amazon.awssdk.services.medialive.model.ClusterType
-
Packages that use ClusterType Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of ClusterType in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return ClusterType Modifier and Type Method Description ClusterTypeCreateClusterRequest. clusterType()Specify a type.ClusterTypeCreateClusterResponse. clusterType()The hardware type for the ClusterClusterTypeDeleteClusterResponse. clusterType()The hardware type for the ClusterClusterTypeDescribeClusterResponse. clusterType()The hardware type for the ClusterClusterTypeDescribeClusterSummary. clusterType()The hardware type for the Cluster.ClusterTypeUpdateClusterResponse. clusterType()The hardware type for the Clusterstatic 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.medialive.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.medialive.model with parameters of type ClusterType Modifier and Type Method Description CreateClusterRequest.BuilderCreateClusterRequest.Builder. clusterType(ClusterType clusterType)Specify a type.CreateClusterResponse.BuilderCreateClusterResponse.Builder. clusterType(ClusterType clusterType)The hardware type for the ClusterDeleteClusterResponse.BuilderDeleteClusterResponse.Builder. clusterType(ClusterType clusterType)The hardware type for the ClusterDescribeClusterResponse.BuilderDescribeClusterResponse.Builder. clusterType(ClusterType clusterType)The hardware type for the ClusterDescribeClusterSummary.BuilderDescribeClusterSummary.Builder. clusterType(ClusterType clusterType)The hardware type for the Cluster.UpdateClusterResponse.BuilderUpdateClusterResponse.Builder. clusterType(ClusterType clusterType)The hardware type for the Cluster
-