Uses of Class
software.amazon.awssdk.services.schemas.model.DiscovererState
-
Packages that use DiscovererState Package Description software.amazon.awssdk.services.schemas.model -
-
Uses of DiscovererState in software.amazon.awssdk.services.schemas.model
Methods in software.amazon.awssdk.services.schemas.model that return DiscovererState Modifier and Type Method Description static DiscovererStateDiscovererState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DiscovererStateCreateDiscovererResponse. state()The state of the discoverer.DiscovererStateDescribeDiscovererResponse. state()The state of the discoverer.DiscovererStateDiscovererSummary. state()The state of the discoverer.DiscovererStateStartDiscovererResponse. state()The state of the discoverer.DiscovererStateStopDiscovererResponse. state()The state of the discoverer.DiscovererStateUpdateDiscovererResponse. state()The state of the discoverer.static DiscovererStateDiscovererState. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscovererState[]DiscovererState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.schemas.model that return types with arguments of type DiscovererState Modifier and Type Method Description static Set<DiscovererState>DiscovererState. knownValues()Methods in software.amazon.awssdk.services.schemas.model with parameters of type DiscovererState Modifier and Type Method Description CreateDiscovererResponse.BuilderCreateDiscovererResponse.Builder. state(DiscovererState state)The state of the discoverer.DescribeDiscovererResponse.BuilderDescribeDiscovererResponse.Builder. state(DiscovererState state)The state of the discoverer.DiscovererSummary.BuilderDiscovererSummary.Builder. state(DiscovererState state)The state of the discoverer.StartDiscovererResponse.BuilderStartDiscovererResponse.Builder. state(DiscovererState state)The state of the discoverer.StopDiscovererResponse.BuilderStopDiscovererResponse.Builder. state(DiscovererState state)The state of the discoverer.UpdateDiscovererResponse.BuilderUpdateDiscovererResponse.Builder. state(DiscovererState state)The state of the discoverer.
-