| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
HandshakeFilter |
HandshakeFilter.clone() |
HandshakeFilter |
ListHandshakesForOrganizationRequest.getFilter()
A filter of the handshakes that you want included in the response.
|
HandshakeFilter |
ListHandshakesForAccountRequest.getFilter()
Filters the handshakes that you want included in the response.
|
HandshakeFilter |
HandshakeFilter.withActionType(ActionType actionType)
Specifies the type of handshake action.
|
HandshakeFilter |
HandshakeFilter.withActionType(String actionType)
Specifies the type of handshake action.
|
HandshakeFilter |
HandshakeFilter.withParentHandshakeId(String parentHandshakeId)
Specifies the parent handshake.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListHandshakesForOrganizationRequest.setFilter(HandshakeFilter filter)
A filter of the handshakes that you want included in the response.
|
void |
ListHandshakesForAccountRequest.setFilter(HandshakeFilter filter)
Filters the handshakes that you want included in the response.
|
ListHandshakesForOrganizationRequest |
ListHandshakesForOrganizationRequest.withFilter(HandshakeFilter filter)
A filter of the handshakes that you want included in the response.
|
ListHandshakesForAccountRequest |
ListHandshakesForAccountRequest.withFilter(HandshakeFilter filter)
Filters the handshakes that you want included in the response.
|
Copyright © 2021. All rights reserved.