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() |
|