| Package | Description |
|---|---|
| com.amazonaws.services.organizations |
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListHandshakesForAccountResult> |
AWSOrganizationsAsyncClient.listHandshakesForAccountAsync(ListHandshakesForAccountRequest request,
AsyncHandler<ListHandshakesForAccountRequest,ListHandshakesForAccountResult> asyncHandler) |
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.
|
| 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)
(Optional) Use this to limit the number of results you want included per page in the response.
|
ListHandshakesForAccountRequest |
ListHandshakesForAccountRequest.withNextToken(String nextToken)
Use this parameter if you receive a
NextToken response in a previous request that indicates that
there is more output available. |
Copyright © 2019. All rights reserved.