Uses of Interface
software.amazon.awssdk.services.organizations.model.InviteAccountToOrganizationResponse.Builder
-
Packages that use InviteAccountToOrganizationResponse.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of InviteAccountToOrganizationResponse.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return InviteAccountToOrganizationResponse.Builder Modifier and Type Method Description static InviteAccountToOrganizationResponse.BuilderInviteAccountToOrganizationResponse. builder()default InviteAccountToOrganizationResponse.BuilderInviteAccountToOrganizationResponse.Builder. handshake(Consumer<Handshake.Builder> handshake)A structure that contains details about the handshake that is created to support this invitation request.InviteAccountToOrganizationResponse.BuilderInviteAccountToOrganizationResponse.Builder. handshake(Handshake handshake)A structure that contains details about the handshake that is created to support this invitation request.InviteAccountToOrganizationResponse.BuilderInviteAccountToOrganizationResponse. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type InviteAccountToOrganizationResponse.Builder Modifier and Type Method Description static Class<? extends InviteAccountToOrganizationResponse.Builder>InviteAccountToOrganizationResponse. serializableBuilderClass()
-