Uses of Class
software.amazon.awssdk.services.organizations.model.DescribeHandshakeResponse
-
Packages that use DescribeHandshakeResponse 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 DescribeHandshakeResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return DescribeHandshakeResponse Modifier and Type Method Description default DescribeHandshakeResponseOrganizationsClient. describeHandshake(Consumer<DescribeHandshakeRequest.Builder> describeHandshakeRequest)Retrieves information about a previously requested handshake.default DescribeHandshakeResponseOrganizationsClient. describeHandshake(DescribeHandshakeRequest describeHandshakeRequest)Retrieves information about a previously requested handshake.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type DescribeHandshakeResponse Modifier and Type Method Description default CompletableFuture<DescribeHandshakeResponse>OrganizationsAsyncClient. describeHandshake(Consumer<DescribeHandshakeRequest.Builder> describeHandshakeRequest)Retrieves information about a previously requested handshake.default CompletableFuture<DescribeHandshakeResponse>OrganizationsAsyncClient. describeHandshake(DescribeHandshakeRequest describeHandshakeRequest)Retrieves information about a previously requested handshake.
-