| 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 |
|---|---|
ListHandshakesForAccountResult |
AWSOrganizationsClient.listHandshakesForAccount(ListHandshakesForAccountRequest request)
Lists the current handshakes that are associated with the account of the requesting user.
|
ListHandshakesForAccountResult |
AWSOrganizations.listHandshakesForAccount(ListHandshakesForAccountRequest listHandshakesForAccountRequest)
Lists the current handshakes that are associated with the account of the requesting user.
|
ListHandshakesForAccountResult |
AbstractAWSOrganizations.listHandshakesForAccount(ListHandshakesForAccountRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListHandshakesForAccountResult> |
AWSOrganizationsAsyncClient.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> |
AbstractAWSOrganizationsAsync.listHandshakesForAccountAsync(ListHandshakesForAccountRequest request,
AsyncHandler<ListHandshakesForAccountRequest,ListHandshakesForAccountResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListHandshakesForAccountResult |
ListHandshakesForAccountResult.clone() |
ListHandshakesForAccountResult |
ListHandshakesForAccountResult.withHandshakes(Collection<Handshake> handshakes)
A list of Handshake objects with details about each of the handshakes that is associated with the
specified account.
|
ListHandshakesForAccountResult |
ListHandshakesForAccountResult.withHandshakes(Handshake... handshakes)
A list of Handshake objects with details about each of the handshakes that is associated with the
specified account.
|
ListHandshakesForAccountResult |
ListHandshakesForAccountResult.withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
Copyright © 2024. All rights reserved.