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