| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
AddressIdentifierFilter |
AddressIdentifierFilter.clone() |
AddressIdentifierFilter |
ListFilteredTransactionEventsRequest.getAddressIdentifierFilter()
This is the unique public address on the blockchain for which the transaction events are being requested.
|
AddressIdentifierFilter |
AddressIdentifierFilter.withTransactionEventToAddress(Collection<String> transactionEventToAddress)
The container for the recipient address of the transaction.
|
AddressIdentifierFilter |
AddressIdentifierFilter.withTransactionEventToAddress(String... transactionEventToAddress)
The container for the recipient address of the transaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFilteredTransactionEventsRequest.setAddressIdentifierFilter(AddressIdentifierFilter addressIdentifierFilter)
This is the unique public address on the blockchain for which the transaction events are being requested.
|
ListFilteredTransactionEventsRequest |
ListFilteredTransactionEventsRequest.withAddressIdentifierFilter(AddressIdentifierFilter addressIdentifierFilter)
This is the unique public address on the blockchain for which the transaction events are being requested.
|
Copyright © 2024. All rights reserved.