| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Handshake.Builder |
Handshake.Builder.action(ActionType action)
The type of handshake, indicating what action occurs when the recipient accepts the handshake.
|
Handshake.Builder |
Handshake.Builder.action(String action)
The type of handshake, indicating what action occurs when the recipient accepts the handshake.
|
Handshake.Builder |
Handshake.Builder.arn(String arn)
The Amazon Resource Name (ARN) of a handshake.
|
static Handshake.Builder |
Handshake.builder() |
Handshake.Builder |
Handshake.Builder.expirationTimestamp(Instant expirationTimestamp)
The date and time that the handshake expires.
|
Handshake.Builder |
Handshake.Builder.id(String id)
The unique identifier (ID) of a handshake.
|
Handshake.Builder |
Handshake.Builder.parties(Collection<HandshakeParty> parties)
Information about the two accounts that are participating in the handshake.
|
Handshake.Builder |
Handshake.Builder.parties(Consumer<HandshakeParty.Builder>... parties)
Information about the two accounts that are participating in the handshake.
|
Handshake.Builder |
Handshake.Builder.parties(HandshakeParty... parties)
Information about the two accounts that are participating in the handshake.
|
Handshake.Builder |
Handshake.Builder.requestedTimestamp(Instant requestedTimestamp)
The date and time that the handshake request was made.
|
Handshake.Builder |
Handshake.Builder.resources(Collection<HandshakeResource> resources)
Additional information that is needed to process the handshake.
|
Handshake.Builder |
Handshake.Builder.resources(Consumer<HandshakeResource.Builder>... resources)
Additional information that is needed to process the handshake.
|
Handshake.Builder |
Handshake.Builder.resources(HandshakeResource... resources)
Additional information that is needed to process the handshake.
|
Handshake.Builder |
Handshake.Builder.state(HandshakeState state)
The current state of the handshake.
|
Handshake.Builder |
Handshake.Builder.state(String state)
The current state of the handshake.
|
Handshake.Builder |
Handshake.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Handshake.Builder> |
Handshake.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InviteAccountToOrganizationResponse.Builder |
InviteAccountToOrganizationResponse.Builder.handshake(Consumer<Handshake.Builder> handshake)
A structure that contains details about the handshake that is created to support this invitation request.
|
default EnableAllFeaturesResponse.Builder |
EnableAllFeaturesResponse.Builder.handshake(Consumer<Handshake.Builder> handshake)
A structure that contains details about the handshake created to support this request to enable all features
in the organization.
|
default DeclineHandshakeResponse.Builder |
DeclineHandshakeResponse.Builder.handshake(Consumer<Handshake.Builder> handshake)
A structure that contains details about the declined handshake.
|
default CancelHandshakeResponse.Builder |
CancelHandshakeResponse.Builder.handshake(Consumer<Handshake.Builder> handshake)
A structure that contains details about the handshake that you canceled.
|
default AcceptHandshakeResponse.Builder |
AcceptHandshakeResponse.Builder.handshake(Consumer<Handshake.Builder> handshake)
A structure that contains details about the accepted handshake.
|
default DescribeHandshakeResponse.Builder |
DescribeHandshakeResponse.Builder.handshake(Consumer<Handshake.Builder> handshake)
A structure that contains information about the specified handshake.
|
Copyright © 2023. All rights reserved.