| 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<ListHandshakesForAccountResult> |
AbstractAWSOrganizationsAsync.listHandshakesForAccountAsync(ListHandshakesForAccountRequest request,
AsyncHandler<ListHandshakesForAccountRequest,ListHandshakesForAccountResult> asyncHandler) |
Future<ListHandshakesForAccountResult> |
AWSOrganizationsAsync.listHandshakesForAccountAsync(ListHandshakesForAccountRequest listHandshakesForAccountRequest,
AsyncHandler<ListHandshakesForAccountRequest,ListHandshakesForAccountResult> asyncHandler)
Lists the current handshakes that are associated with the account of the requesting user.
|
Future<ListHandshakesForAccountResult> |
AWSOrganizationsAsyncClient.listHandshakesForAccountAsync(ListHandshakesForAccountRequest request,
AsyncHandler<ListHandshakesForAccountRequest,ListHandshakesForAccountResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListHandshakesForAccountRequest |
ListHandshakesForAccountRequest.clone() |
ListHandshakesForAccountRequest |
ListHandshakesForAccountRequest.withFilter(HandshakeFilter filter)
Filters the handshakes that you want included in the response.
|
ListHandshakesForAccountRequest |
ListHandshakesForAccountRequest.withMaxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListHandshakesForAccountRequest |
ListHandshakesForAccountRequest.withNextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
Copyright © 2023. All rights reserved.