| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeHandshakeResult> |
AbstractAWSOrganizationsAsync.describeHandshakeAsync(DescribeHandshakeRequest request,
AsyncHandler<DescribeHandshakeRequest,DescribeHandshakeResult> asyncHandler) |
Future<DescribeHandshakeResult> |
AWSOrganizationsAsyncClient.describeHandshakeAsync(DescribeHandshakeRequest request,
AsyncHandler<DescribeHandshakeRequest,DescribeHandshakeResult> asyncHandler) |
Future<DescribeHandshakeResult> |
AWSOrganizationsAsync.describeHandshakeAsync(DescribeHandshakeRequest describeHandshakeRequest,
AsyncHandler<DescribeHandshakeRequest,DescribeHandshakeResult> asyncHandler)
Retrieves information about a previously requested handshake.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeHandshakeRequest |
DescribeHandshakeRequest.clone() |
DescribeHandshakeRequest |
DescribeHandshakeRequest.withHandshakeId(String handshakeId)
The unique identifier (ID) of the handshake that you want information about.
|
Copyright © 2022. All rights reserved.