| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static HandshakeState |
HandshakeState.fromValue(String value)
Use this in place of valueOf.
|
static HandshakeState |
HandshakeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandshakeState[] |
HandshakeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Handshake.setState(HandshakeState state)
The current state of the handshake.
|
Handshake |
Handshake.withState(HandshakeState state)
The current state of the handshake.
|
Copyright © 2019. All rights reserved.