| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static ListHandshakesForOrganizationResponse.Builder |
ListHandshakesForOrganizationResponse.builder() |
ListHandshakesForOrganizationResponse.Builder |
ListHandshakesForOrganizationResponse.Builder.handshakes(Collection<Handshake> handshakes)
A list of Handshake objects with details about each of the handshakes that are associated with an
organization.
|
ListHandshakesForOrganizationResponse.Builder |
ListHandshakesForOrganizationResponse.Builder.handshakes(Consumer<Handshake.Builder>... handshakes)
A list of Handshake objects with details about each of the handshakes that are associated with an
organization.
|
ListHandshakesForOrganizationResponse.Builder |
ListHandshakesForOrganizationResponse.Builder.handshakes(Handshake... handshakes)
A list of Handshake objects with details about each of the handshakes that are associated with an
organization.
|
ListHandshakesForOrganizationResponse.Builder |
ListHandshakesForOrganizationResponse.Builder.nextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
ListHandshakesForOrganizationResponse.Builder |
ListHandshakesForOrganizationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListHandshakesForOrganizationResponse.Builder> |
ListHandshakesForOrganizationResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.