Uses of Class
software.amazon.awssdk.services.organizations.model.Handshake
-
Packages that use Handshake Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of Handshake in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return Handshake Modifier and Type Method Description HandshakeAcceptHandshakeResponse. handshake()A structure that contains details about the accepted handshake.HandshakeCancelHandshakeResponse. handshake()A structure that contains details about the handshake that you canceled.HandshakeDeclineHandshakeResponse. handshake()A structure that contains details about the declined handshake.HandshakeDescribeHandshakeResponse. handshake()A structure that contains information about the specified handshake.HandshakeEnableAllFeaturesResponse. handshake()A structure that contains details about the handshake created to support this request to enable all features in the organization.HandshakeInviteAccountToOrganizationResponse. handshake()A structure that contains details about the handshake that is created to support this invitation request.Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type Handshake Modifier and Type Method 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.Methods in software.amazon.awssdk.services.organizations.model with parameters of type Handshake Modifier and Type Method Description AcceptHandshakeResponse.BuilderAcceptHandshakeResponse.Builder. handshake(Handshake handshake)A structure that contains details about the accepted handshake.CancelHandshakeResponse.BuilderCancelHandshakeResponse.Builder. handshake(Handshake handshake)A structure that contains details about the handshake that you canceled.DeclineHandshakeResponse.BuilderDeclineHandshakeResponse.Builder. handshake(Handshake handshake)A structure that contains details about the declined handshake.DescribeHandshakeResponse.BuilderDescribeHandshakeResponse.Builder. handshake(Handshake handshake)A structure that contains information about the specified handshake.EnableAllFeaturesResponse.BuilderEnableAllFeaturesResponse.Builder. handshake(Handshake handshake)A structure that contains details about the handshake created to support this request to enable all features in the organization.InviteAccountToOrganizationResponse.BuilderInviteAccountToOrganizationResponse.Builder. handshake(Handshake handshake)A structure that contains details about the handshake that is created to support this invitation request.ListHandshakesForAccountResponse.BuilderListHandshakesForAccountResponse.Builder. handshakes(Handshake... handshakes)A list of Handshake objects with details about each of the handshakes that is associated with the specified account.ListHandshakesForOrganizationResponse.BuilderListHandshakesForOrganizationResponse.Builder. handshakes(Handshake... handshakes)A list of Handshake objects with details about each of the handshakes that are associated with an organization.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type Handshake Modifier and Type Method Description ListHandshakesForAccountResponse.BuilderListHandshakesForAccountResponse.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.BuilderListHandshakesForOrganizationResponse.Builder. handshakes(Collection<Handshake> handshakes)A list of Handshake objects with details about each of the handshakes that are associated with an organization.
-