| Package | Description |
|---|---|
| software.amazon.awssdk.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
BlockchainInstant |
BatchGetTokenBalanceOutputItem.atBlockchainInstant()
Returns the value of the AtBlockchainInstant property for this object.
|
BlockchainInstant |
BatchGetTokenBalanceInputItem.atBlockchainInstant()
Returns the value of the AtBlockchainInstant property for this object.
|
BlockchainInstant |
BatchGetTokenBalanceErrorItem.atBlockchainInstant()
Returns the value of the AtBlockchainInstant property for this object.
|
BlockchainInstant |
TokenBalance.atBlockchainInstant()
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
|
BlockchainInstant |
GetTokenBalanceResponse.atBlockchainInstant()
Returns the value of the AtBlockchainInstant property for this object.
|
BlockchainInstant |
GetTokenBalanceRequest.atBlockchainInstant()
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
|
BlockchainInstant |
ListTransactionsRequest.fromBlockchainInstant()
Returns the value of the FromBlockchainInstant property for this object.
|
BlockchainInstant |
BatchGetTokenBalanceOutputItem.lastUpdatedTime()
Returns the value of the LastUpdatedTime property for this object.
|
BlockchainInstant |
TokenBalance.lastUpdatedTime()
The
timestamp of the last transaction at which the balance for the token in the wallet was updated. |
BlockchainInstant |
GetTokenBalanceResponse.lastUpdatedTime()
Returns the value of the LastUpdatedTime property for this object.
|
BlockchainInstant |
ListTransactionsRequest.toBlockchainInstant()
Returns the value of the ToBlockchainInstant property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetTokenBalanceOutputItem.Builder |
BatchGetTokenBalanceOutputItem.Builder.atBlockchainInstant(BlockchainInstant atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
BatchGetTokenBalanceInputItem.Builder |
BatchGetTokenBalanceInputItem.Builder.atBlockchainInstant(BlockchainInstant atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
BatchGetTokenBalanceErrorItem.Builder |
BatchGetTokenBalanceErrorItem.Builder.atBlockchainInstant(BlockchainInstant atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
TokenBalance.Builder |
TokenBalance.Builder.atBlockchainInstant(BlockchainInstant atBlockchainInstant)
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
|
GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.Builder.atBlockchainInstant(BlockchainInstant atBlockchainInstant)
Sets the value of the AtBlockchainInstant property for this object.
|
GetTokenBalanceRequest.Builder |
GetTokenBalanceRequest.Builder.atBlockchainInstant(BlockchainInstant atBlockchainInstant)
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.fromBlockchainInstant(BlockchainInstant fromBlockchainInstant)
Sets the value of the FromBlockchainInstant property for this object.
|
BatchGetTokenBalanceOutputItem.Builder |
BatchGetTokenBalanceOutputItem.Builder.lastUpdatedTime(BlockchainInstant lastUpdatedTime)
Sets the value of the LastUpdatedTime property for this object.
|
TokenBalance.Builder |
TokenBalance.Builder.lastUpdatedTime(BlockchainInstant lastUpdatedTime)
The
timestamp of the last transaction at which the balance for the token in the wallet was
updated. |
GetTokenBalanceResponse.Builder |
GetTokenBalanceResponse.Builder.lastUpdatedTime(BlockchainInstant lastUpdatedTime)
Sets the value of the LastUpdatedTime property for this object.
|
ListTransactionsRequest.Builder |
ListTransactionsRequest.Builder.toBlockchainInstant(BlockchainInstant toBlockchainInstant)
Sets the value of the ToBlockchainInstant property for this object.
|
Copyright © 2023. All rights reserved.