Uses of Interface
software.amazon.awssdk.services.organizations.model.InviteAccountToOrganizationRequest.Builder
-
Packages that use InviteAccountToOrganizationRequest.Builder Package Description software.amazon.awssdk.services.organizations Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an organization and centrally manage your accounts and their resources.software.amazon.awssdk.services.organizations.model -
-
Uses of InviteAccountToOrganizationRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type InviteAccountToOrganizationRequest.Builder Modifier and Type Method Description default CompletableFuture<InviteAccountToOrganizationResponse>OrganizationsAsyncClient. inviteAccountToOrganization(Consumer<InviteAccountToOrganizationRequest.Builder> inviteAccountToOrganizationRequest)Sends an invitation to another account to join your organization as a member account.default InviteAccountToOrganizationResponseOrganizationsClient. inviteAccountToOrganization(Consumer<InviteAccountToOrganizationRequest.Builder> inviteAccountToOrganizationRequest)Sends an invitation to another account to join your organization as a member account. -
Uses of InviteAccountToOrganizationRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return InviteAccountToOrganizationRequest.Builder Modifier and Type Method Description static InviteAccountToOrganizationRequest.BuilderInviteAccountToOrganizationRequest. builder()InviteAccountToOrganizationRequest.BuilderInviteAccountToOrganizationRequest.Builder. notes(String notes)Additional information that you want to include in the generated email to the recipient account owner.InviteAccountToOrganizationRequest.BuilderInviteAccountToOrganizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)InviteAccountToOrganizationRequest.BuilderInviteAccountToOrganizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)InviteAccountToOrganizationRequest.BuilderInviteAccountToOrganizationRequest.Builder. tags(Collection<Tag> tags)A list of tags that you want to attach to the account when it becomes a member of the organization.InviteAccountToOrganizationRequest.BuilderInviteAccountToOrganizationRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of tags that you want to attach to the account when it becomes a member of the organization.InviteAccountToOrganizationRequest.BuilderInviteAccountToOrganizationRequest.Builder. tags(Tag... tags)A list of tags that you want to attach to the account when it becomes a member of the organization.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.InviteAccountToOrganizationRequest.BuilderInviteAccountToOrganizationRequest.Builder. target(HandshakeParty target)The identifier (ID) of the Amazon Web Services account that you want to invite to join your organization.InviteAccountToOrganizationRequest.BuilderInviteAccountToOrganizationRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type InviteAccountToOrganizationRequest.Builder Modifier and Type Method Description static Class<? extends InviteAccountToOrganizationRequest.Builder>InviteAccountToOrganizationRequest. serializableBuilderClass()
-