| Package | Description |
|---|---|
| com.amazonaws.services.schemas.model |
| Modifier and Type | Method and Description |
|---|---|
static DiscovererState |
DiscovererState.fromValue(String value)
Use this in place of valueOf.
|
static DiscovererState |
DiscovererState.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.
|
| Modifier and Type | Method and Description |
|---|---|
DiscovererSummary |
DiscovererSummary.withState(DiscovererState state)
The state of the discoverer.
|
StopDiscovererResult |
StopDiscovererResult.withState(DiscovererState state)
The state of the discoverer.
|
StartDiscovererResult |
StartDiscovererResult.withState(DiscovererState state)
The state of the discoverer.
|
DescribeDiscovererResult |
DescribeDiscovererResult.withState(DiscovererState state)
The state of the discoverer.
|
CreateDiscovererResult |
CreateDiscovererResult.withState(DiscovererState state)
The state of the discoverer.
|
UpdateDiscovererResult |
UpdateDiscovererResult.withState(DiscovererState state)
The state of the discoverer.
|
Copyright © 2024. All rights reserved.