| Package | Description |
|---|---|
| com.amazonaws.services.organizations |
|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
ListHandshakesForOrganizationResult |
AWSOrganizations.listHandshakesForOrganization(ListHandshakesForOrganizationRequest listHandshakesForOrganizationRequest)
Lists the handshakes that are associated with the organization that the requesting user is part of.
|
ListHandshakesForOrganizationResult |
AWSOrganizationsClient.listHandshakesForOrganization(ListHandshakesForOrganizationRequest request)
Lists the handshakes that are associated with the organization that the requesting user is part of.
|
ListHandshakesForOrganizationResult |
AbstractAWSOrganizations.listHandshakesForOrganization(ListHandshakesForOrganizationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ListHandshakesForOrganizationResult |
ListHandshakesForOrganizationResult.clone() |
ListHandshakesForOrganizationResult |
ListHandshakesForOrganizationResult.withHandshakes(Collection<Handshake> handshakes)
A list of Handshake objects with details about each of the handshakes that are associated with an
organization.
|
ListHandshakesForOrganizationResult |
ListHandshakesForOrganizationResult.withHandshakes(Handshake... handshakes)
A list of Handshake objects with details about each of the handshakes that are associated with an
organization.
|
ListHandshakesForOrganizationResult |
ListHandshakesForOrganizationResult.withNextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
Copyright © 2020. All rights reserved.