Uses of Class
software.amazon.awssdk.services.emrcontainers.model.VirtualClusterState
-
Packages that use VirtualClusterState Package Description software.amazon.awssdk.services.emrcontainers.model -
-
Uses of VirtualClusterState in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return VirtualClusterState Modifier and Type Method Description static VirtualClusterStateVirtualClusterState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VirtualClusterStateVirtualCluster. state()The state of the virtual cluster.static VirtualClusterStateVirtualClusterState. valueOf(String name)Returns the enum constant of this type with the specified name.static VirtualClusterState[]VirtualClusterState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.emrcontainers.model that return types with arguments of type VirtualClusterState Modifier and Type Method Description static Set<VirtualClusterState>VirtualClusterState. knownValues()List<VirtualClusterState>ListVirtualClustersRequest. states()The states of the requested virtual clusters.Methods in software.amazon.awssdk.services.emrcontainers.model with parameters of type VirtualClusterState Modifier and Type Method Description VirtualCluster.BuilderVirtualCluster.Builder. state(VirtualClusterState state)The state of the virtual cluster.ListVirtualClustersRequest.BuilderListVirtualClustersRequest.Builder. states(VirtualClusterState... states)The states of the requested virtual clusters.Method parameters in software.amazon.awssdk.services.emrcontainers.model with type arguments of type VirtualClusterState Modifier and Type Method Description ListVirtualClustersRequest.BuilderListVirtualClustersRequest.Builder. states(Collection<VirtualClusterState> states)The states of the requested virtual clusters.
-