| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotroborunner.model |
| Modifier and Type | Method and Description |
|---|---|
static DestinationState |
DestinationState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DestinationState |
CreateDestinationResponse.state()
Returns the value of the State property for this object.
|
DestinationState |
Destination.state()
Returns the value of the State property for this object.
|
DestinationState |
GetDestinationResponse.state()
Returns the value of the State property for this object.
|
DestinationState |
CreateDestinationRequest.state()
The state of the destination.
|
DestinationState |
UpdateDestinationResponse.state()
Returns the value of the State property for this object.
|
DestinationState |
UpdateDestinationRequest.state()
Returns the value of the State property for this object.
|
DestinationState |
ListDestinationsRequest.state()
Returns the value of the State property for this object.
|
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 |
|---|---|
static Set<DestinationState> |
DestinationState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateDestinationResponse.Builder |
CreateDestinationResponse.Builder.state(DestinationState state)
Sets the value of the State property for this object.
|
Destination.Builder |
Destination.Builder.state(DestinationState state)
Sets the value of the State property for this object.
|
GetDestinationResponse.Builder |
GetDestinationResponse.Builder.state(DestinationState state)
Sets the value of the State property for this object.
|
CreateDestinationRequest.Builder |
CreateDestinationRequest.Builder.state(DestinationState state)
The state of the destination.
|
UpdateDestinationResponse.Builder |
UpdateDestinationResponse.Builder.state(DestinationState state)
Sets the value of the State property for this object.
|
UpdateDestinationRequest.Builder |
UpdateDestinationRequest.Builder.state(DestinationState state)
Sets the value of the State property for this object.
|
ListDestinationsRequest.Builder |
ListDestinationsRequest.Builder.state(DestinationState state)
Sets the value of the State property for this object.
|
Copyright © 2023. All rights reserved.