Uses of Class
software.amazon.awssdk.services.organizations.model.DeclineHandshakeResponse
-
Packages that use DeclineHandshakeResponse 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 DeclineHandshakeResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return DeclineHandshakeResponse Modifier and Type Method Description default DeclineHandshakeResponseOrganizationsClient. declineHandshake(Consumer<DeclineHandshakeRequest.Builder> declineHandshakeRequest)Declines a handshake request.default DeclineHandshakeResponseOrganizationsClient. declineHandshake(DeclineHandshakeRequest declineHandshakeRequest)Declines a handshake request.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type DeclineHandshakeResponse Modifier and Type Method Description default CompletableFuture<DeclineHandshakeResponse>OrganizationsAsyncClient. declineHandshake(Consumer<DeclineHandshakeRequest.Builder> declineHandshakeRequest)Declines a handshake request.default CompletableFuture<DeclineHandshakeResponse>OrganizationsAsyncClient. declineHandshake(DeclineHandshakeRequest declineHandshakeRequest)Declines a handshake request.
-