| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
HandshakeFilter.Builder |
HandshakeFilter.Builder.actionType(ActionType actionType)
Specifies the type of handshake action.
|
HandshakeFilter.Builder |
HandshakeFilter.Builder.actionType(String actionType)
Specifies the type of handshake action.
|
static HandshakeFilter.Builder |
HandshakeFilter.builder() |
HandshakeFilter.Builder |
HandshakeFilter.Builder.parentHandshakeId(String parentHandshakeId)
Specifies the parent handshake.
|
HandshakeFilter.Builder |
HandshakeFilter.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HandshakeFilter.Builder> |
HandshakeFilter.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListHandshakesForOrganizationRequest.Builder |
ListHandshakesForOrganizationRequest.Builder.filter(Consumer<HandshakeFilter.Builder> filter)
A filter of the handshakes that you want included in the response.
|
default ListHandshakesForAccountRequest.Builder |
ListHandshakesForAccountRequest.Builder.filter(Consumer<HandshakeFilter.Builder> filter)
Filters the handshakes that you want included in the response.
|
Copyright © 2023. All rights reserved.