| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
HandshakeParty |
InviteAccountToOrganizationRequest.target()
The identifier (ID) of the Amazon Web Services account that you want to invite to join your organization.
|
| Modifier and Type | Method and Description |
|---|---|
List<HandshakeParty> |
Handshake.parties()
Information about the two accounts that are participating in the handshake.
|
| Modifier and Type | Method and Description |
|---|---|
Handshake.Builder |
Handshake.Builder.parties(HandshakeParty... parties)
Information about the two accounts that are participating in the handshake.
|
InviteAccountToOrganizationRequest.Builder |
InviteAccountToOrganizationRequest.Builder.target(HandshakeParty target)
The identifier (ID) of the Amazon Web Services account that you want to invite to join your organization.
|
| Modifier and Type | Method and Description |
|---|---|
Handshake.Builder |
Handshake.Builder.parties(Collection<HandshakeParty> parties)
Information about the two accounts that are participating in the handshake.
|
Copyright © 2023. All rights reserved.