Uses of Class
software.amazon.awssdk.services.organizations.model.HandshakeFilter
-
Packages that use HandshakeFilter Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of HandshakeFilter in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return HandshakeFilter Modifier and Type Method Description HandshakeFilterListHandshakesForAccountRequest. filter()Filters the handshakes that you want included in the response.HandshakeFilterListHandshakesForOrganizationRequest. filter()A filter of the handshakes that you want included in the response.Methods in software.amazon.awssdk.services.organizations.model with parameters of type HandshakeFilter Modifier and Type Method Description ListHandshakesForAccountRequest.BuilderListHandshakesForAccountRequest.Builder. filter(HandshakeFilter filter)Filters the handshakes that you want included in the response.ListHandshakesForOrganizationRequest.BuilderListHandshakesForOrganizationRequest.Builder. filter(HandshakeFilter filter)A filter of the handshakes that you want included in the response.
-