| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
HandshakeParty |
HandshakeParty.clone() |
HandshakeParty |
InviteAccountToOrganizationRequest.getTarget()
The identifier (ID) of the AWS account that you want to invite to join your organization.
|
HandshakeParty |
HandshakeParty.withId(String id)
The unique identifier (ID) for the party.
|
HandshakeParty |
HandshakeParty.withType(HandshakePartyType type)
The type of party.
|
HandshakeParty |
HandshakeParty.withType(String type)
The type of party.
|
| Modifier and Type | Method and Description |
|---|---|
List<HandshakeParty> |
Handshake.getParties()
Information about the two accounts that are participating in the handshake.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InviteAccountToOrganizationRequest.setTarget(HandshakeParty target)
The identifier (ID) of the AWS account that you want to invite to join your organization.
|
Handshake |
Handshake.withParties(HandshakeParty... parties)
Information about the two accounts that are participating in the handshake.
|
InviteAccountToOrganizationRequest |
InviteAccountToOrganizationRequest.withTarget(HandshakeParty target)
The identifier (ID) of the AWS account that you want to invite to join your organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Handshake.setParties(Collection<HandshakeParty> parties)
Information about the two accounts that are participating in the handshake.
|
Handshake |
Handshake.withParties(Collection<HandshakeParty> parties)
Information about the two accounts that are participating in the handshake.
|
Copyright © 2018. All rights reserved.