| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static HandshakePartyType |
HandshakePartyType.fromValue(String value)
Use this in place of valueOf.
|
static HandshakePartyType |
HandshakePartyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandshakePartyType[] |
HandshakePartyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HandshakeParty.setType(HandshakePartyType type)
The type of party.
|
HandshakeParty |
HandshakeParty.withType(HandshakePartyType type)
The type of party.
|
Copyright © 2022. All rights reserved.