| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Handshake |
InviteAccountToOrganizationResponse.handshake()
A structure that contains details about the handshake that is created to support this invitation request.
|
Handshake |
EnableAllFeaturesResponse.handshake()
A structure that contains details about the handshake created to support this request to enable all features in
the organization.
|
Handshake |
DeclineHandshakeResponse.handshake()
A structure that contains details about the declined handshake.
|
Handshake |
CancelHandshakeResponse.handshake()
A structure that contains details about the handshake that you canceled.
|
Handshake |
AcceptHandshakeResponse.handshake()
A structure that contains details about the accepted handshake.
|
Handshake |
DescribeHandshakeResponse.handshake()
A structure that contains information about the specified handshake.
|
| Modifier and Type | Method and Description |
|---|---|
List<Handshake> |
ListHandshakesForAccountResponse.handshakes()
A list of Handshake objects with details about each of the handshakes that is associated with the
specified account.
|
List<Handshake> |
ListHandshakesForOrganizationResponse.handshakes()
A list of Handshake objects with details about each of the handshakes that are associated with an
organization.
|
| Modifier and Type | Method and Description |
|---|---|
InviteAccountToOrganizationResponse.Builder |
InviteAccountToOrganizationResponse.Builder.handshake(Handshake handshake)
A structure that contains details about the handshake that is created to support this invitation request.
|
EnableAllFeaturesResponse.Builder |
EnableAllFeaturesResponse.Builder.handshake(Handshake handshake)
A structure that contains details about the handshake created to support this request to enable all features
in the organization.
|
DeclineHandshakeResponse.Builder |
DeclineHandshakeResponse.Builder.handshake(Handshake handshake)
A structure that contains details about the declined handshake.
|
CancelHandshakeResponse.Builder |
CancelHandshakeResponse.Builder.handshake(Handshake handshake)
A structure that contains details about the handshake that you canceled.
|
AcceptHandshakeResponse.Builder |
AcceptHandshakeResponse.Builder.handshake(Handshake handshake)
A structure that contains details about the accepted handshake.
|
DescribeHandshakeResponse.Builder |
DescribeHandshakeResponse.Builder.handshake(Handshake handshake)
A structure that contains information about the specified handshake.
|
ListHandshakesForAccountResponse.Builder |
ListHandshakesForAccountResponse.Builder.handshakes(Handshake... handshakes)
A list of Handshake objects with details about each of the handshakes that is associated with the
specified account.
|
ListHandshakesForOrganizationResponse.Builder |
ListHandshakesForOrganizationResponse.Builder.handshakes(Handshake... handshakes)
A list of Handshake objects with details about each of the handshakes that are associated with an
organization.
|
| Modifier and Type | Method and Description |
|---|---|
ListHandshakesForAccountResponse.Builder |
ListHandshakesForAccountResponse.Builder.handshakes(Collection<Handshake> handshakes)
A list of Handshake objects with details about each of the handshakes that is associated with the
specified account.
|
ListHandshakesForOrganizationResponse.Builder |
ListHandshakesForOrganizationResponse.Builder.handshakes(Collection<Handshake> handshakes)
A list of Handshake objects with details about each of the handshakes that are associated with an
organization.
|
Copyright © 2023. All rights reserved.