Uses of Interface
software.amazon.awssdk.services.organizations.model.HandshakeParty.Builder
-
Packages that use HandshakeParty.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of HandshakeParty.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return HandshakeParty.Builder Modifier and Type Method Description static HandshakeParty.BuilderHandshakeParty. builder()HandshakeParty.BuilderHandshakeParty.Builder. id(String id)The unique identifier (ID) for the party.HandshakeParty.BuilderHandshakeParty. toBuilder()HandshakeParty.BuilderHandshakeParty.Builder. type(String type)The type of party.HandshakeParty.BuilderHandshakeParty.Builder. type(HandshakePartyType type)The type of party.Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type HandshakeParty.Builder Modifier and Type Method Description static Class<? extends HandshakeParty.Builder>HandshakeParty. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type HandshakeParty.Builder Modifier and Type Method Description default InviteAccountToOrganizationRequest.BuilderInviteAccountToOrganizationRequest.Builder. target(Consumer<HandshakeParty.Builder> target)The identifier (ID) of the Amazon Web Services account that you want to invite to join your organization.
-