| Package | Description |
|---|---|
| software.amazon.awssdk.services.schemas.model |
| Modifier and Type | Method and Description |
|---|---|
static DiscovererState |
DiscovererState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DiscovererState |
StartDiscovererResponse.state()
The state of the discoverer.
|
DiscovererState |
UpdateDiscovererResponse.state()
The state of the discoverer.
|
DiscovererState |
StopDiscovererResponse.state()
The state of the discoverer.
|
DiscovererState |
CreateDiscovererResponse.state()
The state of the discoverer.
|
DiscovererState |
DescribeDiscovererResponse.state()
The state of the discoverer.
|
DiscovererState |
DiscovererSummary.state()
The state of the discoverer.
|
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 |
|---|---|
static Set<DiscovererState> |
DiscovererState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StartDiscovererResponse.Builder |
StartDiscovererResponse.Builder.state(DiscovererState state)
The state of the discoverer.
|
UpdateDiscovererResponse.Builder |
UpdateDiscovererResponse.Builder.state(DiscovererState state)
The state of the discoverer.
|
StopDiscovererResponse.Builder |
StopDiscovererResponse.Builder.state(DiscovererState state)
The state of the discoverer.
|
CreateDiscovererResponse.Builder |
CreateDiscovererResponse.Builder.state(DiscovererState state)
The state of the discoverer.
|
DescribeDiscovererResponse.Builder |
DescribeDiscovererResponse.Builder.state(DiscovererState state)
The state of the discoverer.
|
DiscovererSummary.Builder |
DiscovererSummary.Builder.state(DiscovererState state)
The state of the discoverer.
|
Copyright © 2022. All rights reserved.