Uses of Class
software.amazon.awssdk.services.organizations.model.HandshakeParty
-
Packages that use HandshakeParty Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of HandshakeParty in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return HandshakeParty Modifier and Type Method Description HandshakePartyInviteAccountToOrganizationRequest. target()The identifier (ID) of the Amazon Web Services account that you want to invite to join your organization.Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type HandshakeParty Modifier and Type Method Description List<HandshakeParty>Handshake. parties()Information about the two accounts that are participating in the handshake.Methods in software.amazon.awssdk.services.organizations.model with parameters of type HandshakeParty Modifier and Type Method Description Handshake.BuilderHandshake.Builder. parties(HandshakeParty... parties)Information about the two accounts that are participating in the handshake.InviteAccountToOrganizationRequest.BuilderInviteAccountToOrganizationRequest.Builder. target(HandshakeParty target)The identifier (ID) of the Amazon Web Services account that you want to invite to join your organization.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type HandshakeParty Modifier and Type Method Description Handshake.BuilderHandshake.Builder. parties(Collection<HandshakeParty> parties)Information about the two accounts that are participating in the handshake.
-