Uses of Interface
software.amazon.awssdk.services.organizations.model.Handshake.Builder
-
Packages that use Handshake.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of Handshake.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return Handshake.Builder Modifier and Type Method Description Handshake.BuilderHandshake.Builder. action(String action)The type of handshake, indicating what action occurs when the recipient accepts the handshake.Handshake.BuilderHandshake.Builder. action(ActionType action)The type of handshake, indicating what action occurs when the recipient accepts the handshake.Handshake.BuilderHandshake.Builder. arn(String arn)The Amazon Resource Name (ARN) of a handshake.static Handshake.BuilderHandshake. builder()Handshake.BuilderHandshake.Builder. expirationTimestamp(Instant expirationTimestamp)The date and time that the handshake expires.Handshake.BuilderHandshake.Builder. id(String id)The unique identifier (ID) of a handshake.Handshake.BuilderHandshake.Builder. parties(Collection<HandshakeParty> parties)Information about the two accounts that are participating in the handshake.Handshake.BuilderHandshake.Builder. parties(Consumer<HandshakeParty.Builder>... parties)Information about the two accounts that are participating in the handshake.Handshake.BuilderHandshake.Builder. parties(HandshakeParty... parties)Information about the two accounts that are participating in the handshake.Handshake.BuilderHandshake.Builder. requestedTimestamp(Instant requestedTimestamp)The date and time that the handshake request was made.Handshake.BuilderHandshake.Builder. resources(Collection<HandshakeResource> resources)Additional information that is needed to process the handshake.Handshake.BuilderHandshake.Builder. resources(Consumer<HandshakeResource.Builder>... resources)Additional information that is needed to process the handshake.Handshake.BuilderHandshake.Builder. resources(HandshakeResource... resources)Additional information that is needed to process the handshake.Handshake.BuilderHandshake.Builder. state(String state)The current state of the handshake.Handshake.BuilderHandshake.Builder. state(HandshakeState state)The current state of the handshake.Handshake.BuilderHandshake. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type Handshake.Builder Modifier and Type Method Description static Class<? extends Handshake.Builder>Handshake. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type Handshake.Builder Modifier and Type Method Description default AcceptHandshakeResponse.BuilderAcceptHandshakeResponse.Builder. handshake(Consumer<Handshake.Builder> handshake)A structure that contains details about the accepted handshake.default CancelHandshakeResponse.BuilderCancelHandshakeResponse.Builder. handshake(Consumer<Handshake.Builder> handshake)A structure that contains details about the handshake that you canceled.default DeclineHandshakeResponse.BuilderDeclineHandshakeResponse.Builder. handshake(Consumer<Handshake.Builder> handshake)A structure that contains details about the declined handshake.default DescribeHandshakeResponse.BuilderDescribeHandshakeResponse.Builder. handshake(Consumer<Handshake.Builder> handshake)A structure that contains information about the specified handshake.default EnableAllFeaturesResponse.BuilderEnableAllFeaturesResponse.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 InviteAccountToOrganizationResponse.BuilderInviteAccountToOrganizationResponse.Builder. handshake(Consumer<Handshake.Builder> handshake)A structure that contains details about the handshake that is created to support this invitation request.
-