Uses of Class
software.amazon.awssdk.services.organizations.model.AcceptHandshakeResponse
-
Packages that use AcceptHandshakeResponse Package Description software.amazon.awssdk.services.organizations Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an organization and centrally manage your accounts and their resources. -
-
Uses of AcceptHandshakeResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return AcceptHandshakeResponse Modifier and Type Method Description default AcceptHandshakeResponseOrganizationsClient. acceptHandshake(Consumer<AcceptHandshakeRequest.Builder> acceptHandshakeRequest)Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.default AcceptHandshakeResponseOrganizationsClient. acceptHandshake(AcceptHandshakeRequest acceptHandshakeRequest)Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type AcceptHandshakeResponse Modifier and Type Method Description default CompletableFuture<AcceptHandshakeResponse>OrganizationsAsyncClient. acceptHandshake(Consumer<AcceptHandshakeRequest.Builder> acceptHandshakeRequest)Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.default CompletableFuture<AcceptHandshakeResponse>OrganizationsAsyncClient. acceptHandshake(AcceptHandshakeRequest acceptHandshakeRequest)Sends a response to the originator of a handshake agreeing to the action proposed by the handshake request.
-