| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static State |
State.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
State |
JourneyResponse.state()
The current status of the journey.
|
State |
JourneyStateRequest.state()
The status of the journey.
|
State |
WriteJourneyRequest.state()
The status of the journey.
|
static State |
State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static State[] |
State.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<State> |
State.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
JourneyResponse.Builder |
JourneyResponse.Builder.state(State state)
The current status of the journey.
|
JourneyStateRequest.Builder |
JourneyStateRequest.Builder.state(State state)
The status of the journey.
|
WriteJourneyRequest.Builder |
WriteJourneyRequest.Builder.state(State state)
The status of the journey.
|
Copyright © 2022. All rights reserved.