| Package | Description |
|---|---|
| com.amazonaws.services.iotroborunner.model |
| Modifier and Type | Method and Description |
|---|---|
static DestinationState |
DestinationState.fromValue(String value)
Use this in place of valueOf.
|
static DestinationState |
DestinationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DestinationState[] |
DestinationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDestinationResult |
UpdateDestinationResult.withState(DestinationState state) |
UpdateDestinationRequest |
UpdateDestinationRequest.withState(DestinationState state) |
ListDestinationsRequest |
ListDestinationsRequest.withState(DestinationState state) |
GetDestinationResult |
GetDestinationResult.withState(DestinationState state) |
CreateDestinationResult |
CreateDestinationResult.withState(DestinationState state) |
CreateDestinationRequest |
CreateDestinationRequest.withState(DestinationState state)
The state of the destination.
|
Destination |
Destination.withState(DestinationState state) |
Copyright © 2023. All rights reserved.