Uses of Class
software.amazon.awssdk.services.emrcontainers.model.EndpointState
-
Packages that use EndpointState Package Description software.amazon.awssdk.services.emrcontainers.model -
-
Uses of EndpointState in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return EndpointState Modifier and Type Method Description static EndpointStateEndpointState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EndpointStateEndpoint. state()The state of the endpoint.static EndpointStateEndpointState. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointState[]EndpointState. 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 EndpointState Modifier and Type Method Description static Set<EndpointState>EndpointState. knownValues()List<EndpointState>ListManagedEndpointsRequest. states()The states of the managed endpoints.Methods in software.amazon.awssdk.services.emrcontainers.model with parameters of type EndpointState Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. state(EndpointState state)The state of the endpoint.ListManagedEndpointsRequest.BuilderListManagedEndpointsRequest.Builder. states(EndpointState... states)The states of the managed endpoints.Method parameters in software.amazon.awssdk.services.emrcontainers.model with type arguments of type EndpointState Modifier and Type Method Description ListManagedEndpointsRequest.BuilderListManagedEndpointsRequest.Builder. states(Collection<EndpointState> states)The states of the managed endpoints.
-