Uses of Class
software.amazon.awssdk.services.managedblockchainquery.model.BlockchainInstant
-
Packages that use BlockchainInstant Package Description software.amazon.awssdk.services.managedblockchainquery.model -
-
Uses of BlockchainInstant in software.amazon.awssdk.services.managedblockchainquery.model
Methods in software.amazon.awssdk.services.managedblockchainquery.model that return BlockchainInstant Modifier and Type Method Description BlockchainInstantBatchGetTokenBalanceErrorItem. atBlockchainInstant()Returns the value of the AtBlockchainInstant property for this object.BlockchainInstantBatchGetTokenBalanceInputItem. atBlockchainInstant()Returns the value of the AtBlockchainInstant property for this object.BlockchainInstantBatchGetTokenBalanceOutputItem. atBlockchainInstant()Returns the value of the AtBlockchainInstant property for this object.BlockchainInstantGetTokenBalanceRequest. atBlockchainInstant()The time for when the TokenBalance is requested or the current time if a time is not provided in the request.BlockchainInstantGetTokenBalanceResponse. atBlockchainInstant()Returns the value of the AtBlockchainInstant property for this object.BlockchainInstantTokenBalance. atBlockchainInstant()The time for when the TokenBalance is requested or the current time if a time is not provided in the request.BlockchainInstantListTransactionsRequest. fromBlockchainInstant()Returns the value of the FromBlockchainInstant property for this object.BlockchainInstantBatchGetTokenBalanceOutputItem. lastUpdatedTime()Returns the value of the LastUpdatedTime property for this object.BlockchainInstantGetTokenBalanceResponse. lastUpdatedTime()Returns the value of the LastUpdatedTime property for this object.BlockchainInstantTokenBalance. lastUpdatedTime()TheTimestampof the last transaction at which the balance for the token in the wallet was updated.BlockchainInstantListTransactionsRequest. toBlockchainInstant()Returns the value of the ToBlockchainInstant property for this object.Methods in software.amazon.awssdk.services.managedblockchainquery.model with parameters of type BlockchainInstant Modifier and Type Method Description BatchGetTokenBalanceErrorItem.BuilderBatchGetTokenBalanceErrorItem.Builder. atBlockchainInstant(BlockchainInstant atBlockchainInstant)Sets the value of the AtBlockchainInstant property for this object.BatchGetTokenBalanceInputItem.BuilderBatchGetTokenBalanceInputItem.Builder. atBlockchainInstant(BlockchainInstant atBlockchainInstant)Sets the value of the AtBlockchainInstant property for this object.BatchGetTokenBalanceOutputItem.BuilderBatchGetTokenBalanceOutputItem.Builder. atBlockchainInstant(BlockchainInstant atBlockchainInstant)Sets the value of the AtBlockchainInstant property for this object.GetTokenBalanceRequest.BuilderGetTokenBalanceRequest.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.BuilderGetTokenBalanceResponse.Builder. atBlockchainInstant(BlockchainInstant atBlockchainInstant)Sets the value of the AtBlockchainInstant property for this object.TokenBalance.BuilderTokenBalance.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.BuilderListTransactionsRequest.Builder. fromBlockchainInstant(BlockchainInstant fromBlockchainInstant)Sets the value of the FromBlockchainInstant property for this object.BatchGetTokenBalanceOutputItem.BuilderBatchGetTokenBalanceOutputItem.Builder. lastUpdatedTime(BlockchainInstant lastUpdatedTime)Sets the value of the LastUpdatedTime property for this object.GetTokenBalanceResponse.BuilderGetTokenBalanceResponse.Builder. lastUpdatedTime(BlockchainInstant lastUpdatedTime)Sets the value of the LastUpdatedTime property for this object.TokenBalance.BuilderTokenBalance.Builder. lastUpdatedTime(BlockchainInstant lastUpdatedTime)TheTimestampof the last transaction at which the balance for the token in the wallet was updated.ListTransactionsRequest.BuilderListTransactionsRequest.Builder. toBlockchainInstant(BlockchainInstant toBlockchainInstant)Sets the value of the ToBlockchainInstant property for this object.
-