| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Handshake |
Handshake.clone() |
Handshake |
InviteAccountToOrganizationResult.getHandshake()
A structure that contains details about the handshake that is created to support this invitation request.
|
Handshake |
EnableAllFeaturesResult.getHandshake()
A structure that contains details about the handshake created to support this request to enable all features in
the organization.
|
Handshake |
DeclineHandshakeResult.getHandshake()
A structure that contains details about the declined handshake.
|
Handshake |
AcceptHandshakeResult.getHandshake()
A structure that contains details about the accepted handshake.
|
Handshake |
DescribeHandshakeResult.getHandshake()
A structure that contains information about the specified handshake.
|
Handshake |
CancelHandshakeResult.getHandshake()
A structure that contains details about the handshake that you canceled.
|
Handshake |
Handshake.withAction(ActionType action)
The type of handshake, indicating what action occurs when the recipient accepts the handshake.
|
Handshake |
Handshake.withAction(String action)
The type of handshake, indicating what action occurs when the recipient accepts the handshake.
|
Handshake |
Handshake.withArn(String arn)
The Amazon Resource Name (ARN) of a handshake.
|
Handshake |
Handshake.withExpirationTimestamp(Date expirationTimestamp)
The date and time that the handshake expires.
|
Handshake |
Handshake.withId(String id)
The unique identifier (ID) of a handshake.
|
Handshake |
Handshake.withParties(Collection<HandshakeParty> parties)
Information about the two accounts that are participating in the handshake.
|
Handshake |
Handshake.withParties(HandshakeParty... parties)
Information about the two accounts that are participating in the handshake.
|
Handshake |
Handshake.withRequestedTimestamp(Date requestedTimestamp)
The date and time that the handshake request was made.
|
Handshake |
Handshake.withResources(Collection<HandshakeResource> resources)
Additional information that is needed to process the handshake.
|
Handshake |
Handshake.withResources(HandshakeResource... resources)
Additional information that is needed to process the handshake.
|
Handshake |
Handshake.withState(HandshakeState state)
The current state of the handshake.
|
Handshake |
Handshake.withState(String state)
The current state of the handshake.
|
| Modifier and Type | Method and Description |
|---|---|
List<Handshake> |
ListHandshakesForOrganizationResult.getHandshakes()
A list of Handshake objects with details about each of the handshakes that are associated with an
organization.
|
List<Handshake> |
ListHandshakesForAccountResult.getHandshakes()
A list of Handshake objects with details about each of the handshakes that is associated with the
specified account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InviteAccountToOrganizationResult.setHandshake(Handshake handshake)
A structure that contains details about the handshake that is created to support this invitation request.
|
void |
EnableAllFeaturesResult.setHandshake(Handshake handshake)
A structure that contains details about the handshake created to support this request to enable all features in
the organization.
|
void |
DeclineHandshakeResult.setHandshake(Handshake handshake)
A structure that contains details about the declined handshake.
|
void |
AcceptHandshakeResult.setHandshake(Handshake handshake)
A structure that contains details about the accepted handshake.
|
void |
DescribeHandshakeResult.setHandshake(Handshake handshake)
A structure that contains information about the specified handshake.
|
void |
CancelHandshakeResult.setHandshake(Handshake handshake)
A structure that contains details about the handshake that you canceled.
|
InviteAccountToOrganizationResult |
InviteAccountToOrganizationResult.withHandshake(Handshake handshake)
A structure that contains details about the handshake that is created to support this invitation request.
|
EnableAllFeaturesResult |
EnableAllFeaturesResult.withHandshake(Handshake handshake)
A structure that contains details about the handshake created to support this request to enable all features in
the organization.
|
DeclineHandshakeResult |
DeclineHandshakeResult.withHandshake(Handshake handshake)
A structure that contains details about the declined handshake.
|
AcceptHandshakeResult |
AcceptHandshakeResult.withHandshake(Handshake handshake)
A structure that contains details about the accepted handshake.
|
DescribeHandshakeResult |
DescribeHandshakeResult.withHandshake(Handshake handshake)
A structure that contains information about the specified handshake.
|
CancelHandshakeResult |
CancelHandshakeResult.withHandshake(Handshake handshake)
A structure that contains details about the handshake that you canceled.
|
ListHandshakesForOrganizationResult |
ListHandshakesForOrganizationResult.withHandshakes(Handshake... handshakes)
A list of Handshake objects with details about each of the handshakes that are associated with an
organization.
|
ListHandshakesForAccountResult |
ListHandshakesForAccountResult.withHandshakes(Handshake... handshakes)
A list of Handshake objects with details about each of the handshakes that is associated with the
specified account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListHandshakesForOrganizationResult.setHandshakes(Collection<Handshake> handshakes)
A list of Handshake objects with details about each of the handshakes that are associated with an
organization.
|
void |
ListHandshakesForAccountResult.setHandshakes(Collection<Handshake> handshakes)
A list of Handshake objects with details about each of the handshakes that is associated with the
specified account.
|
ListHandshakesForOrganizationResult |
ListHandshakesForOrganizationResult.withHandshakes(Collection<Handshake> handshakes)
A list of Handshake objects with details about each of the handshakes that are associated with an
organization.
|
ListHandshakesForAccountResult |
ListHandshakesForAccountResult.withHandshakes(Collection<Handshake> handshakes)
A list of Handshake objects with details about each of the handshakes that is associated with the
specified account.
|
Copyright © 2024. All rights reserved.