| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static SignalType |
SignalType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SignalType |
SendAutomationSignalRequest.signalType()
The type of signal.
|
static SignalType |
SignalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignalType[] |
SignalType.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<SignalType> |
SignalType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SendAutomationSignalRequest.Builder |
SendAutomationSignalRequest.Builder.signalType(SignalType signalType)
The type of signal.
|
Copyright © 2018. All rights reserved.