Skip navigation links
A B C D E F G H I L M O Q R S T V W 

A

AbstractAmazonManagedBlockchainQuery - Class in com.amazonaws.services.managedblockchainquery
Abstract implementation of AmazonManagedBlockchainQuery.
AbstractAmazonManagedBlockchainQuery() - Constructor for class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQuery
 
AbstractAmazonManagedBlockchainQueryAsync - Class in com.amazonaws.services.managedblockchainquery
Abstract implementation of AmazonManagedBlockchainQueryAsync.
AbstractAmazonManagedBlockchainQueryAsync() - Constructor for class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
AccessDeniedException - Exception in com.amazonaws.services.managedblockchainquery.model
The Amazon Web Services account doesn’t have access to this resource.
AccessDeniedException(String) - Constructor for exception com.amazonaws.services.managedblockchainquery.model.AccessDeniedException
Constructs a new AccessDeniedException with the specified error message.
AddressIdentifierFilter - Class in com.amazonaws.services.managedblockchainquery.model
This is the container for the unique public address on the blockchain.
AddressIdentifierFilter() - Constructor for class com.amazonaws.services.managedblockchainquery.model.AddressIdentifierFilter
 
AmazonManagedBlockchainQuery - Interface in com.amazonaws.services.managedblockchainquery
Interface for accessing Amazon Managed Blockchain Query.
AmazonManagedBlockchainQueryAsync - Interface in com.amazonaws.services.managedblockchainquery
Interface for accessing Amazon Managed Blockchain Query asynchronously.
AmazonManagedBlockchainQueryAsyncClient - Class in com.amazonaws.services.managedblockchainquery
Client for accessing Amazon Managed Blockchain Query asynchronously.
AmazonManagedBlockchainQueryAsyncClientBuilder - Class in com.amazonaws.services.managedblockchainquery
AmazonManagedBlockchainQueryClient - Class in com.amazonaws.services.managedblockchainquery
Client for accessing Amazon Managed Blockchain Query.
AmazonManagedBlockchainQueryClientBuilder - Class in com.amazonaws.services.managedblockchainquery
Fluent builder for AmazonManagedBlockchainQuery.
AmazonManagedBlockchainQueryException - Exception in com.amazonaws.services.managedblockchainquery.model
Base exception for all service exceptions thrown by Amazon Managed Blockchain Query
AmazonManagedBlockchainQueryException(String) - Constructor for exception com.amazonaws.services.managedblockchainquery.model.AmazonManagedBlockchainQueryException
Constructs a new AmazonManagedBlockchainQueryException with the specified error message.
AssetContract - Class in com.amazonaws.services.managedblockchainquery.model
This container contains information about an contract.
AssetContract() - Constructor for class com.amazonaws.services.managedblockchainquery.model.AssetContract
 
asyncBuilder() - Static method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 

B

batchGetTokenBalance(BatchGetTokenBalanceRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQuery
 
batchGetTokenBalance(BatchGetTokenBalanceRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQuery
Gets the token balance for a batch of tokens by using the BatchGetTokenBalance action for every token in the request.
batchGetTokenBalance(BatchGetTokenBalanceRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClient
Gets the token balance for a batch of tokens by using the BatchGetTokenBalance action for every token in the request.
batchGetTokenBalanceAsync(BatchGetTokenBalanceRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
batchGetTokenBalanceAsync(BatchGetTokenBalanceRequest, AsyncHandler<BatchGetTokenBalanceRequest, BatchGetTokenBalanceResult>) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
batchGetTokenBalanceAsync(BatchGetTokenBalanceRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Gets the token balance for a batch of tokens by using the BatchGetTokenBalance action for every token in the request.
batchGetTokenBalanceAsync(BatchGetTokenBalanceRequest, AsyncHandler<BatchGetTokenBalanceRequest, BatchGetTokenBalanceResult>) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Gets the token balance for a batch of tokens by using the BatchGetTokenBalance action for every token in the request.
batchGetTokenBalanceAsync(BatchGetTokenBalanceRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
batchGetTokenBalanceAsync(BatchGetTokenBalanceRequest, AsyncHandler<BatchGetTokenBalanceRequest, BatchGetTokenBalanceResult>) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
BatchGetTokenBalanceErrorItem - Class in com.amazonaws.services.managedblockchainquery.model
Error generated from a failed BatchGetTokenBalance request.
BatchGetTokenBalanceErrorItem() - Constructor for class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
 
BatchGetTokenBalanceInputItem - Class in com.amazonaws.services.managedblockchainquery.model
The container for the input for getting a token balance.
BatchGetTokenBalanceInputItem() - Constructor for class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceInputItem
 
BatchGetTokenBalanceOutputItem - Class in com.amazonaws.services.managedblockchainquery.model
The container for the properties of a token balance output.
BatchGetTokenBalanceOutputItem() - Constructor for class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
BatchGetTokenBalanceRequest - Class in com.amazonaws.services.managedblockchainquery.model
 
BatchGetTokenBalanceRequest() - Constructor for class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceRequest
 
BatchGetTokenBalanceResult - Class in com.amazonaws.services.managedblockchainquery.model
 
BatchGetTokenBalanceResult() - Constructor for class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceResult
 
BlockchainInstant - Class in com.amazonaws.services.managedblockchainquery.model
The container for time.
BlockchainInstant() - Constructor for class com.amazonaws.services.managedblockchainquery.model.BlockchainInstant
 
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClientBuilder
Construct an asynchronous implementation of AmazonManagedBlockchainQueryAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClientBuilder
Construct a synchronous implementation of AmazonManagedBlockchainQuery using the current builder configuration.
builder() - Static method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClient
 

C

clone() - Method in class com.amazonaws.services.managedblockchainquery.model.AddressIdentifierFilter
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.AssetContract
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceInputItem
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceRequest
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceResult
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.BlockchainInstant
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ConfirmationStatusFilter
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractIdentifier
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractMetadata
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractRequest
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceRequest
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionRequest
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionResult
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsRequest
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsResult
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsResult
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSort
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesResult
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsResult
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsResult
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsSort
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerFilter
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerIdentifier
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.TimeFilter
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenFilter
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.ValidationExceptionField
 
clone() - Method in class com.amazonaws.services.managedblockchainquery.model.VoutFilter
 
com.amazonaws.services.managedblockchainquery - package com.amazonaws.services.managedblockchainquery
Amazon Managed Blockchain (AMB) Query provides you with convenient access to multi-blockchain network data, which makes it easier for you to extract contextual data related to blockchain activity.
com.amazonaws.services.managedblockchainquery.model - package com.amazonaws.services.managedblockchainquery.model
 
configFactory - Static variable in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClient
Client configuration factory providing ClientConfigurations tailored to this client
ConfirmationStatus - Enum in com.amazonaws.services.managedblockchainquery.model
 
ConfirmationStatusFilter - Class in com.amazonaws.services.managedblockchainquery.model
The container for the ConfirmationStatusFilter that filters for the finality of the results.
ConfirmationStatusFilter() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ConfirmationStatusFilter
 
ContractFilter - Class in com.amazonaws.services.managedblockchainquery.model
The contract or wallet address by which to filter the request.
ContractFilter() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ContractFilter
 
ContractIdentifier - Class in com.amazonaws.services.managedblockchainquery.model
Container for the blockchain address and network information about a contract.
ContractIdentifier() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ContractIdentifier
 
ContractMetadata - Class in com.amazonaws.services.managedblockchainquery.model
The metadata of the contract.
ContractMetadata() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ContractMetadata
 

D

defaultClient() - Static method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClientBuilder
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQuery
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.AddressIdentifierFilter
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.AssetContract
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceInputItem
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceRequest
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceResult
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.BlockchainInstant
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ConfirmationStatusFilter
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractIdentifier
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractMetadata
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractRequest
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceRequest
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionRequest
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionResult
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsRequest
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsResult
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsResult
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSort
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesResult
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsResult
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsResult
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsSort
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerFilter
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerIdentifier
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.TimeFilter
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenFilter
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.ValidationExceptionField
 
equals(Object) - Method in class com.amazonaws.services.managedblockchainquery.model.VoutFilter
 
ErrorType - Enum in com.amazonaws.services.managedblockchainquery.model
 
ExecutionStatus - Enum in com.amazonaws.services.managedblockchainquery.model
 

F

fromValue(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.ConfirmationStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.ErrorType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.ExecutionStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSortBy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.ListTransactionsSortBy
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.QueryNetwork
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.QueryTokenStandard
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.QueryTransactionEventType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.ResourceType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.SortOrder
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.ValidationExceptionReason
Use this in place of valueOf.

G

getAddress() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The address (either a contract or wallet), whose transactions are being requested.
getAddress() - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerFilter
The contract or wallet address.
getAddress() - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerIdentifier
The contract or wallet address for the owner.
getAddressIdentifierFilter() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
This is the unique public address on the blockchain for which the transaction events are being requested.
getAssetContract(GetAssetContractRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQuery
 
getAssetContract(GetAssetContractRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQuery
Gets the information about a specific contract deployed on the blockchain.
getAssetContract(GetAssetContractRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClient
Gets the information about a specific contract deployed on the blockchain.
getAssetContractAsync(GetAssetContractRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
getAssetContractAsync(GetAssetContractRequest, AsyncHandler<GetAssetContractRequest, GetAssetContractResult>) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
getAssetContractAsync(GetAssetContractRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Gets the information about a specific contract deployed on the blockchain.
getAssetContractAsync(GetAssetContractRequest, AsyncHandler<GetAssetContractRequest, GetAssetContractResult>) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Gets the information about a specific contract deployed on the blockchain.
getAssetContractAsync(GetAssetContractRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
getAssetContractAsync(GetAssetContractRequest, AsyncHandler<GetAssetContractRequest, GetAssetContractResult>) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
GetAssetContractRequest - Class in com.amazonaws.services.managedblockchainquery.model
 
GetAssetContractRequest() - Constructor for class com.amazonaws.services.managedblockchainquery.model.GetAssetContractRequest
 
GetAssetContractResult - Class in com.amazonaws.services.managedblockchainquery.model
 
GetAssetContractResult() - Constructor for class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
 
getAtBlockchainInstant() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
 
getAtBlockchainInstant() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceInputItem
 
getAtBlockchainInstant() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
getAtBlockchainInstant() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceRequest
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
getAtBlockchainInstant() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
getAtBlockchainInstant() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
getBalance() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
The container for the token balance.
getBalance() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
The container for the token balance.
getBalance() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
The container of the token balance.
getBlockchainInstant() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
 
getBlockHash() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The block hash is a unique identifier for a block.
getBlockNumber() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The block number in which the transaction is recorded.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQuery
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQuery
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getConfirmationStatus() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
Specifies whether the transaction has reached Finality.
getConfirmationStatus() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
This container specifies whether the transaction has reached Finality.
getConfirmationStatus() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
Specifies whether to list transactions that have not reached Finality.
getConfirmationStatusFilter() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
 
getConfirmationStatusFilter() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
This filter is used to include transactions in the response that haven't reached finality .
getContractAddress() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractIdentifier
Container for the blockchain address about a contract.
getContractAddress() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenFilter
This is the address of the contract.
getContractAddress() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
This is the token's contract address.
getContractAddress() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The blockchain address for the contract.
getContractAddress() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The blockchain address for the contract
getContractFilter() - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsRequest
Contains the filter parameter for the request.
getContractIdentifier() - Method in class com.amazonaws.services.managedblockchainquery.model.AssetContract
The container for the contract identifier containing its blockchain network and address.
getContractIdentifier() - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractRequest
Contains the blockchain address and network information about the contract.
getContractIdentifier() - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
Contains the blockchain address and network information about the contract.
getContracts() - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsResult
An array of contract objects that contain the properties for each contract.
getCumulativeGasUsed() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The amount of gas used up to the specified point in the block.
getDecimals() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractMetadata
The decimals used by the token contract.
getDeployerAddress() - Method in class com.amazonaws.services.managedblockchainquery.model.AssetContract
The address of the contract deployer.
getDeployerAddress() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
The network address of the deployer.
getDeployerAddress() - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
The address of the deployer of contract.
getEffectiveGasPrice() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The effective gas price.
getErrorCode() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
The error code associated with the error.
getErrorMessage() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
The message associated with the error.
getErrors() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceResult
An array of BatchGetTokenBalanceErrorItem objects returned from the request.
getErrorType() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
The type of error.
getEvents() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsResult
The transaction events returned by the request.
getEvents() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsResult
An array of TransactionEvent objects.
getEventType() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The type of transaction event.
getExecutionStatus() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
Identifies whether the transaction has succeeded or failed.
getExecutorService() - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
Returns the executor service used by this client to execute async requests.
getFieldList() - Method in exception com.amazonaws.services.managedblockchainquery.model.ValidationException
The container for the fieldList of the exception.
getFrom() - Method in class com.amazonaws.services.managedblockchainquery.model.TimeFilter
 
getFrom() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The initiator of the transaction.
getFrom() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The wallet address initiating the transaction.
getFromBlockchainInstant() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
 
getGasUsed() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The amount of gas used for the transaction.
getGetTokenBalanceInputs() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceRequest
An array of BatchGetTokenBalanceInputItem objects whose balance is being requested.
getInclude() - Method in class com.amazonaws.services.managedblockchainquery.model.ConfirmationStatusFilter
The container to determine whether to list results that have only reached finality .
getLastUpdatedTime() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
getLastUpdatedTime() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
getLastUpdatedTime() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
The Timestamp of the last transaction at which the balance for the token in the wallet was updated.
getMaxResults() - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsRequest
The maximum number of contracts to list.
getMaxResults() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
The maximum number of transaction events to list.
getMaxResults() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
The maximum number of token balances to return.
getMaxResults() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The maximum number of transaction events to list.
getMaxResults() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The maximum number of transactions to list.
getMessage() - Method in class com.amazonaws.services.managedblockchainquery.model.ValidationExceptionField
The ValidationException message.
getMetadata() - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
 
getName() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractMetadata
The name of the token contract.
getName() - Method in class com.amazonaws.services.managedblockchainquery.model.ValidationExceptionField
The name of the field that triggered the ValidationException.
getNetwork() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
The blockchain network of the contract.
getNetwork() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractIdentifier
The blockchain network of the contract.
getNetwork() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionRequest
The blockchain network where the transaction occurred.
getNetwork() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
The blockchain network where the transaction occurred.
getNetwork() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The blockchain network where the transaction events occurred.
getNetwork() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The blockchain network where the transactions occurred.
getNetwork() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenFilter
The blockchain network of the token.
getNetwork() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
The blockchain network of the token.
getNetwork() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The blockchain network where the transaction occurred.
getNetwork() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The blockchain network where the transaction occurred.
getNetwork() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
The blockchain network where the transaction occurred.
getNextToken() - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsRequest
The pagination token that indicates the next set of results to retrieve.
getNextToken() - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsResult
The pagination token that indicates the next set of results to retrieve.
getNextToken() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
The pagination token that indicates the next set of results to retrieve.
getNextToken() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsResult
The pagination token that indicates the next set of results to retrieve.
getNextToken() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
The pagination token that indicates the next set of results to retrieve.
getNextToken() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesResult
The pagination token that indicates the next set of results to retrieve.
getNextToken() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The pagination token that indicates the next set of results to retrieve.
getNextToken() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsResult
The pagination token that indicates the next set of results to retrieve.
getNextToken() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The pagination token that indicates the next set of results to retrieve.
getNextToken() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsResult
The pagination token that indicates the next set of results to retrieve.
getNumberOfTransactions() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The number of transactions in the block.
getOwnerFilter() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
The contract or wallet address on the blockchain network by which to filter the request.
getOwnerIdentifier() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
 
getOwnerIdentifier() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceInputItem
 
getOwnerIdentifier() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
getOwnerIdentifier() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceRequest
The container for the identifier for the owner.
getOwnerIdentifier() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
getOwnerIdentifier() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
The container for the identifier of the owner.
getQuotaCode() - Method in exception com.amazonaws.services.managedblockchainquery.model.ServiceQuotaExceededException
The container for the quotaCode.
getQuotaCode() - Method in exception com.amazonaws.services.managedblockchainquery.model.ThrottlingException
The container for the quotaCode.
getReason() - Method in exception com.amazonaws.services.managedblockchainquery.model.ValidationException
The container for the reason for the exception
getResourceId() - Method in exception com.amazonaws.services.managedblockchainquery.model.ResourceNotFoundException
The resourceId of the resource that caused the exception.
getResourceId() - Method in exception com.amazonaws.services.managedblockchainquery.model.ServiceQuotaExceededException
The resourceId of the resource that caused the exception.
getResourceType() - Method in exception com.amazonaws.services.managedblockchainquery.model.ResourceNotFoundException
The resourceType of the resource that caused the exception.
getResourceType() - Method in exception com.amazonaws.services.managedblockchainquery.model.ServiceQuotaExceededException
The resourceType of the resource that caused the exception.
getRetryAfterSeconds() - Method in exception com.amazonaws.services.managedblockchainquery.model.InternalServerException
Specifies the retryAfterSeconds value.
getRetryAfterSeconds() - Method in exception com.amazonaws.services.managedblockchainquery.model.ThrottlingException
The container of the retryAfterSeconds value.
getServiceCode() - Method in exception com.amazonaws.services.managedblockchainquery.model.ServiceQuotaExceededException
The container for the serviceCode.
getServiceCode() - Method in exception com.amazonaws.services.managedblockchainquery.model.ThrottlingException
The container for the serviceCode.
getSignatureR() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The signature of the transaction.
getSignatureS() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The signature of the transaction.
getSignatureV() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The signature of the transaction.
getSort() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
The order by which the results will be sorted.
getSort() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The order by which the results will be sorted.
getSortBy() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSort
Container on how the results will be sorted by?
getSortBy() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsSort
Defaults to the value TRANSACTION_TIMESTAMP.
getSortOrder() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSort
The container for the sort order for ListFilteredTransactionEvents.
getSortOrder() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsSort
The container for the sort order for ListTransactions.
getSpentVoutIndex() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The position of the spent transaction output in the output list of the creating transaction.
getSpentVoutTransactionHash() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The transactionHash that created the spent transaction output.
getSpentVoutTransactionId() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The transactionId that created the spent transaction output.
getSymbol() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractMetadata
The symbol of the token contract.
getTime() - Method in class com.amazonaws.services.managedblockchainquery.model.BlockchainInstant
The container of the Timestamp of the blockchain instant.
getTimeFilter() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
This container specifies the time frame for the transaction events returned in the response.
getTo() - Method in class com.amazonaws.services.managedblockchainquery.model.TimeFilter
 
getTo() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The identifier of the transaction.
getTo() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The wallet address receiving the transaction.
getToBlockchainInstant() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
 
getTokenBalance(GetTokenBalanceRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQuery
 
getTokenBalance(GetTokenBalanceRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQuery
Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain.
getTokenBalance(GetTokenBalanceRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClient
Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain.
getTokenBalanceAsync(GetTokenBalanceRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
getTokenBalanceAsync(GetTokenBalanceRequest, AsyncHandler<GetTokenBalanceRequest, GetTokenBalanceResult>) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
getTokenBalanceAsync(GetTokenBalanceRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain.
getTokenBalanceAsync(GetTokenBalanceRequest, AsyncHandler<GetTokenBalanceRequest, GetTokenBalanceResult>) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Gets the balance of a specific token, including native tokens, for a given address (wallet or contract) on the blockchain.
getTokenBalanceAsync(GetTokenBalanceRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
getTokenBalanceAsync(GetTokenBalanceRequest, AsyncHandler<GetTokenBalanceRequest, GetTokenBalanceResult>) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
GetTokenBalanceRequest - Class in com.amazonaws.services.managedblockchainquery.model
 
GetTokenBalanceRequest() - Constructor for class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceRequest
 
GetTokenBalanceResult - Class in com.amazonaws.services.managedblockchainquery.model
 
GetTokenBalanceResult() - Constructor for class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
getTokenBalances() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceResult
An array of BatchGetTokenBalanceOutputItem objects returned by the response.
getTokenBalances() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesResult
An array of TokenBalance objects.
getTokenFilter() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
The contract address or a token identifier on the blockchain network by which to filter the request.
getTokenId() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenFilter
The unique identifier of the token.
getTokenId() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
The unique identifier of the token.
getTokenId() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The unique identifier for the token involved in the transaction.
getTokenIdentifier() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
 
getTokenIdentifier() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceInputItem
 
getTokenIdentifier() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
getTokenIdentifier() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceRequest
The container for the identifier for the token, including the unique token ID and its blockchain network.
getTokenIdentifier() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
getTokenIdentifier() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
The identifier for the token, including the unique token ID and its blockchain network.
getTokenStandard() - Method in class com.amazonaws.services.managedblockchainquery.model.AssetContract
The token standard of the contract.
getTokenStandard() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
The container for the token standard.
getTokenStandard() - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
The token standard of the contract requested.
getTransaction(GetTransactionRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQuery
 
getTransaction(GetTransactionRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQuery
Gets the details of a transaction.
getTransaction(GetTransactionRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClient
Gets the details of a transaction.
getTransaction() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionResult
Contains the details of the transaction.
getTransactionAsync(GetTransactionRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
getTransactionAsync(GetTransactionRequest, AsyncHandler<GetTransactionRequest, GetTransactionResult>) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
getTransactionAsync(GetTransactionRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Gets the details of a transaction.
getTransactionAsync(GetTransactionRequest, AsyncHandler<GetTransactionRequest, GetTransactionResult>) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Gets the details of a transaction.
getTransactionAsync(GetTransactionRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
getTransactionAsync(GetTransactionRequest, AsyncHandler<GetTransactionRequest, GetTransactionResult>) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
getTransactionEventToAddress() - Method in class com.amazonaws.services.managedblockchainquery.model.AddressIdentifierFilter
The container for the recipient address of the transaction.
getTransactionFee() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The transaction fee.
getTransactionHash() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionRequest
The hash of a transaction.
getTransactionHash() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The hash of a transaction.
getTransactionHash() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The hash of a transaction.
getTransactionHash() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The hash of a transaction.
getTransactionHash() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
The hash of a transaction.
getTransactionId() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionRequest
The identifier of a Bitcoin transaction.
getTransactionId() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The identifier of a Bitcoin transaction.
getTransactionId() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The identifier of a Bitcoin transaction.
getTransactionId() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The identifier of a Bitcoin transaction.
getTransactionId() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
The identifier of a Bitcoin transaction.
getTransactionIndex() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The index of the transaction within a blockchain.
GetTransactionRequest - Class in com.amazonaws.services.managedblockchainquery.model
 
GetTransactionRequest() - Constructor for class com.amazonaws.services.managedblockchainquery.model.GetTransactionRequest
 
GetTransactionResult - Class in com.amazonaws.services.managedblockchainquery.model
 
GetTransactionResult() - Constructor for class com.amazonaws.services.managedblockchainquery.model.GetTransactionResult
 
getTransactions() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsResult
The array of transactions returned by the request.
getTransactionTimestamp() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The Timestamp of the transaction.
getTransactionTimestamp() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
The time when the transaction occurred.
getValue() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The value that was transacted.
getVoutFilter() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
This container specifies filtering attributes related to BITCOIN_VOUT event types
getVoutIndex() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The position of the transaction output in the transaction output list.
getVoutSpent() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
Specifies if the transaction output is spent or unspent.
getVoutSpent() - Method in class com.amazonaws.services.managedblockchainquery.model.VoutFilter
Specifies if the transaction output is spent or unspent.

H

hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.AddressIdentifierFilter
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.AssetContract
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceInputItem
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceRequest
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceResult
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.BlockchainInstant
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ConfirmationStatusFilter
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractIdentifier
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractMetadata
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractRequest
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceRequest
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionRequest
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionResult
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsRequest
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsResult
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsResult
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSort
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesResult
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsResult
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsResult
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsSort
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerFilter
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerIdentifier
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.TimeFilter
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenFilter
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.ValidationExceptionField
 
hashCode() - Method in class com.amazonaws.services.managedblockchainquery.model.VoutFilter
 

I

InternalServerException - Exception in com.amazonaws.services.managedblockchainquery.model
The request processing has failed because of an internal error in the service.
InternalServerException(String) - Constructor for exception com.amazonaws.services.managedblockchainquery.model.InternalServerException
Constructs a new InternalServerException with the specified error message.
isVoutSpent() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
Specifies if the transaction output is spent or unspent.
isVoutSpent() - Method in class com.amazonaws.services.managedblockchainquery.model.VoutFilter
Specifies if the transaction output is spent or unspent.

L

listAssetContracts(ListAssetContractsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQuery
 
listAssetContracts(ListAssetContractsRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQuery
Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet address).
listAssetContracts(ListAssetContractsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClient
Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet address).
listAssetContractsAsync(ListAssetContractsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
listAssetContractsAsync(ListAssetContractsRequest, AsyncHandler<ListAssetContractsRequest, ListAssetContractsResult>) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
listAssetContractsAsync(ListAssetContractsRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet address).
listAssetContractsAsync(ListAssetContractsRequest, AsyncHandler<ListAssetContractsRequest, ListAssetContractsResult>) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Lists all the contracts for a given contract type deployed by an address (either a contract address or a wallet address).
listAssetContractsAsync(ListAssetContractsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
listAssetContractsAsync(ListAssetContractsRequest, AsyncHandler<ListAssetContractsRequest, ListAssetContractsResult>) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
ListAssetContractsRequest - Class in com.amazonaws.services.managedblockchainquery.model
 
ListAssetContractsRequest() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsRequest
 
ListAssetContractsResult - Class in com.amazonaws.services.managedblockchainquery.model
 
ListAssetContractsResult() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsResult
 
listFilteredTransactionEvents(ListFilteredTransactionEventsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQuery
 
listFilteredTransactionEvents(ListFilteredTransactionEventsRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQuery
Lists all the transaction events for an address on the blockchain.
listFilteredTransactionEvents(ListFilteredTransactionEventsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClient
Lists all the transaction events for an address on the blockchain.
listFilteredTransactionEventsAsync(ListFilteredTransactionEventsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
listFilteredTransactionEventsAsync(ListFilteredTransactionEventsRequest, AsyncHandler<ListFilteredTransactionEventsRequest, ListFilteredTransactionEventsResult>) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
listFilteredTransactionEventsAsync(ListFilteredTransactionEventsRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Lists all the transaction events for an address on the blockchain.
listFilteredTransactionEventsAsync(ListFilteredTransactionEventsRequest, AsyncHandler<ListFilteredTransactionEventsRequest, ListFilteredTransactionEventsResult>) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Lists all the transaction events for an address on the blockchain.
listFilteredTransactionEventsAsync(ListFilteredTransactionEventsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
listFilteredTransactionEventsAsync(ListFilteredTransactionEventsRequest, AsyncHandler<ListFilteredTransactionEventsRequest, ListFilteredTransactionEventsResult>) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
ListFilteredTransactionEventsRequest - Class in com.amazonaws.services.managedblockchainquery.model
 
ListFilteredTransactionEventsRequest() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
 
ListFilteredTransactionEventsResult - Class in com.amazonaws.services.managedblockchainquery.model
 
ListFilteredTransactionEventsResult() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsResult
 
ListFilteredTransactionEventsSort - Class in com.amazonaws.services.managedblockchainquery.model
Lists all the transaction events for an address on the blockchain.
ListFilteredTransactionEventsSort() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSort
 
ListFilteredTransactionEventsSortBy - Enum in com.amazonaws.services.managedblockchainquery.model
 
listTokenBalances(ListTokenBalancesRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQuery
 
listTokenBalances(ListTokenBalancesRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQuery
This action returns the following for a given blockchain network:
listTokenBalances(ListTokenBalancesRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClient
This action returns the following for a given blockchain network:
listTokenBalancesAsync(ListTokenBalancesRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
listTokenBalancesAsync(ListTokenBalancesRequest, AsyncHandler<ListTokenBalancesRequest, ListTokenBalancesResult>) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
listTokenBalancesAsync(ListTokenBalancesRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
This action returns the following for a given blockchain network:
listTokenBalancesAsync(ListTokenBalancesRequest, AsyncHandler<ListTokenBalancesRequest, ListTokenBalancesResult>) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
This action returns the following for a given blockchain network:
listTokenBalancesAsync(ListTokenBalancesRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
listTokenBalancesAsync(ListTokenBalancesRequest, AsyncHandler<ListTokenBalancesRequest, ListTokenBalancesResult>) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
ListTokenBalancesRequest - Class in com.amazonaws.services.managedblockchainquery.model
 
ListTokenBalancesRequest() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
 
ListTokenBalancesResult - Class in com.amazonaws.services.managedblockchainquery.model
 
ListTokenBalancesResult() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesResult
 
listTransactionEvents(ListTransactionEventsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQuery
 
listTransactionEvents(ListTransactionEventsRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQuery
Lists all the transaction events for a transaction
listTransactionEvents(ListTransactionEventsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClient
Lists all the transaction events for a transaction
listTransactionEventsAsync(ListTransactionEventsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
listTransactionEventsAsync(ListTransactionEventsRequest, AsyncHandler<ListTransactionEventsRequest, ListTransactionEventsResult>) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
listTransactionEventsAsync(ListTransactionEventsRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Lists all the transaction events for a transaction
listTransactionEventsAsync(ListTransactionEventsRequest, AsyncHandler<ListTransactionEventsRequest, ListTransactionEventsResult>) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Lists all the transaction events for a transaction
listTransactionEventsAsync(ListTransactionEventsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
listTransactionEventsAsync(ListTransactionEventsRequest, AsyncHandler<ListTransactionEventsRequest, ListTransactionEventsResult>) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
ListTransactionEventsRequest - Class in com.amazonaws.services.managedblockchainquery.model
 
ListTransactionEventsRequest() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
 
ListTransactionEventsResult - Class in com.amazonaws.services.managedblockchainquery.model
 
ListTransactionEventsResult() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsResult
 
listTransactions(ListTransactionsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQuery
 
listTransactions(ListTransactionsRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQuery
Lists all the transaction events for a transaction.
listTransactions(ListTransactionsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClient
Lists all the transaction events for a transaction.
listTransactionsAsync(ListTransactionsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
listTransactionsAsync(ListTransactionsRequest, AsyncHandler<ListTransactionsRequest, ListTransactionsResult>) - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQueryAsync
 
listTransactionsAsync(ListTransactionsRequest) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Lists all the transaction events for a transaction.
listTransactionsAsync(ListTransactionsRequest, AsyncHandler<ListTransactionsRequest, ListTransactionsResult>) - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsync
Lists all the transaction events for a transaction.
listTransactionsAsync(ListTransactionsRequest) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
listTransactionsAsync(ListTransactionsRequest, AsyncHandler<ListTransactionsRequest, ListTransactionsResult>) - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
 
ListTransactionsRequest - Class in com.amazonaws.services.managedblockchainquery.model
 
ListTransactionsRequest() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
 
ListTransactionsResult - Class in com.amazonaws.services.managedblockchainquery.model
 
ListTransactionsResult() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ListTransactionsResult
 
ListTransactionsSort - Class in com.amazonaws.services.managedblockchainquery.model
The container for determining how the list transaction result will be sorted.
ListTransactionsSort() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ListTransactionsSort
 
ListTransactionsSortBy - Enum in com.amazonaws.services.managedblockchainquery.model
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.AddressIdentifierFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.AssetContract
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceInputItem
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.BlockchainInstant
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.ConfirmationStatusFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractIdentifier
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractMetadata
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSort
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsSort
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerIdentifier
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.TimeFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.ValidationExceptionField
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.managedblockchainquery.model.VoutFilter
 

O

OwnerFilter - Class in com.amazonaws.services.managedblockchainquery.model
The container for the owner information to filter by.
OwnerFilter() - Constructor for class com.amazonaws.services.managedblockchainquery.model.OwnerFilter
 
OwnerIdentifier - Class in com.amazonaws.services.managedblockchainquery.model
The container for the owner identifier.
OwnerIdentifier() - Constructor for class com.amazonaws.services.managedblockchainquery.model.OwnerIdentifier
 

Q

QueryNetwork - Enum in com.amazonaws.services.managedblockchainquery.model
 
QueryTokenStandard - Enum in com.amazonaws.services.managedblockchainquery.model
 
QueryTransactionEventType - Enum in com.amazonaws.services.managedblockchainquery.model
 

R

ResourceNotFoundException - Exception in com.amazonaws.services.managedblockchainquery.model
The resource was not found.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.managedblockchainquery.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
ResourceType - Enum in com.amazonaws.services.managedblockchainquery.model
 

S

ServiceQuotaExceededException - Exception in com.amazonaws.services.managedblockchainquery.model
The service quota has been exceeded for this resource.
ServiceQuotaExceededException(String) - Constructor for exception com.amazonaws.services.managedblockchainquery.model.ServiceQuotaExceededException
Constructs a new ServiceQuotaExceededException with the specified error message.
setAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The address (either a contract or wallet), whose transactions are being requested.
setAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerFilter
The contract or wallet address.
setAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerIdentifier
The contract or wallet address for the owner.
setAddressIdentifierFilter(AddressIdentifierFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
This is the unique public address on the blockchain for which the transaction events are being requested.
setAtBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
 
setAtBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceInputItem
 
setAtBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
setAtBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceRequest
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
setAtBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
setAtBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
setBalance(String) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
The container for the token balance.
setBalance(String) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
The container for the token balance.
setBalance(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
The container of the token balance.
setBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
 
setBlockHash(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The block hash is a unique identifier for a block.
setBlockNumber(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The block number in which the transaction is recorded.
setConfirmationStatus(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
Specifies whether the transaction has reached Finality.
setConfirmationStatus(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
This container specifies whether the transaction has reached Finality.
setConfirmationStatus(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
Specifies whether to list transactions that have not reached Finality.
setConfirmationStatusFilter(ConfirmationStatusFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
 
setConfirmationStatusFilter(ConfirmationStatusFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
This filter is used to include transactions in the response that haven't reached finality .
setContractAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractIdentifier
Container for the blockchain address about a contract.
setContractAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenFilter
This is the address of the contract.
setContractAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
This is the token's contract address.
setContractAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The blockchain address for the contract.
setContractAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The blockchain address for the contract
setContractFilter(ContractFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsRequest
Contains the filter parameter for the request.
setContractIdentifier(ContractIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.AssetContract
The container for the contract identifier containing its blockchain network and address.
setContractIdentifier(ContractIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractRequest
Contains the blockchain address and network information about the contract.
setContractIdentifier(ContractIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
Contains the blockchain address and network information about the contract.
setContracts(Collection<AssetContract>) - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsResult
An array of contract objects that contain the properties for each contract.
setCumulativeGasUsed(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The amount of gas used up to the specified point in the block.
setDecimals(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractMetadata
The decimals used by the token contract.
setDeployerAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.AssetContract
The address of the contract deployer.
setDeployerAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
The network address of the deployer.
setDeployerAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
The address of the deployer of contract.
setEffectiveGasPrice(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The effective gas price.
setErrorCode(String) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
The error code associated with the error.
setErrorMessage(String) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
The message associated with the error.
setErrors(Collection<BatchGetTokenBalanceErrorItem>) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceResult
An array of BatchGetTokenBalanceErrorItem objects returned from the request.
setErrorType(String) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
The type of error.
setEvents(Collection<TransactionEvent>) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsResult
The transaction events returned by the request.
setEvents(Collection<TransactionEvent>) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsResult
An array of TransactionEvent objects.
setEventType(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The type of transaction event.
setExecutionStatus(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
Identifies whether the transaction has succeeded or failed.
setFieldList(Collection<ValidationExceptionField>) - Method in exception com.amazonaws.services.managedblockchainquery.model.ValidationException
The container for the fieldList of the exception.
setFrom(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.TimeFilter
 
setFrom(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The initiator of the transaction.
setFrom(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The wallet address initiating the transaction.
setFromBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
 
setGasUsed(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The amount of gas used for the transaction.
setGetTokenBalanceInputs(Collection<BatchGetTokenBalanceInputItem>) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceRequest
An array of BatchGetTokenBalanceInputItem objects whose balance is being requested.
setInclude(Collection<String>) - Method in class com.amazonaws.services.managedblockchainquery.model.ConfirmationStatusFilter
The container to determine whether to list results that have only reached finality .
setLastUpdatedTime(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
setLastUpdatedTime(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
setLastUpdatedTime(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
The Timestamp of the last transaction at which the balance for the token in the wallet was updated.
setMaxResults(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsRequest
The maximum number of contracts to list.
setMaxResults(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
The maximum number of transaction events to list.
setMaxResults(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
The maximum number of token balances to return.
setMaxResults(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The maximum number of transaction events to list.
setMaxResults(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The maximum number of transactions to list.
setMessage(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ValidationExceptionField
The ValidationException message.
setMetadata(ContractMetadata) - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
 
setName(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractMetadata
The name of the token contract.
setName(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ValidationExceptionField
The name of the field that triggered the ValidationException.
setNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
The blockchain network of the contract.
setNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractIdentifier
The blockchain network of the contract.
setNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionRequest
The blockchain network where the transaction occurred.
setNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
The blockchain network where the transaction occurred.
setNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The blockchain network where the transaction events occurred.
setNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The blockchain network where the transactions occurred.
setNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenFilter
The blockchain network of the token.
setNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
The blockchain network of the token.
setNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The blockchain network where the transaction occurred.
setNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The blockchain network where the transaction occurred.
setNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
The blockchain network where the transaction occurred.
setNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsRequest
The pagination token that indicates the next set of results to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsResult
The pagination token that indicates the next set of results to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
The pagination token that indicates the next set of results to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsResult
The pagination token that indicates the next set of results to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
The pagination token that indicates the next set of results to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesResult
The pagination token that indicates the next set of results to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The pagination token that indicates the next set of results to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsResult
The pagination token that indicates the next set of results to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The pagination token that indicates the next set of results to retrieve.
setNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsResult
The pagination token that indicates the next set of results to retrieve.
setNumberOfTransactions(Long) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The number of transactions in the block.
setOwnerFilter(OwnerFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
The contract or wallet address on the blockchain network by which to filter the request.
setOwnerIdentifier(OwnerIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
 
setOwnerIdentifier(OwnerIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceInputItem
 
setOwnerIdentifier(OwnerIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
setOwnerIdentifier(OwnerIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceRequest
The container for the identifier for the owner.
setOwnerIdentifier(OwnerIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
setOwnerIdentifier(OwnerIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
The container for the identifier of the owner.
setQuotaCode(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ServiceQuotaExceededException
The container for the quotaCode.
setQuotaCode(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ThrottlingException
The container for the quotaCode.
setReason(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ValidationException
The container for the reason for the exception
setResourceId(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ResourceNotFoundException
The resourceId of the resource that caused the exception.
setResourceId(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ServiceQuotaExceededException
The resourceId of the resource that caused the exception.
setResourceType(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ResourceNotFoundException
The resourceType of the resource that caused the exception.
setResourceType(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ServiceQuotaExceededException
The resourceType of the resource that caused the exception.
setRetryAfterSeconds(Integer) - Method in exception com.amazonaws.services.managedblockchainquery.model.InternalServerException
Specifies the retryAfterSeconds value.
setRetryAfterSeconds(Integer) - Method in exception com.amazonaws.services.managedblockchainquery.model.ThrottlingException
The container of the retryAfterSeconds value.
setServiceCode(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ServiceQuotaExceededException
The container for the serviceCode.
setServiceCode(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ThrottlingException
The container for the serviceCode.
setSignatureR(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The signature of the transaction.
setSignatureS(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The signature of the transaction.
setSignatureV(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The signature of the transaction.
setSort(ListFilteredTransactionEventsSort) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
The order by which the results will be sorted.
setSort(ListTransactionsSort) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The order by which the results will be sorted.
setSortBy(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSort
Container on how the results will be sorted by?
setSortBy(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsSort
Defaults to the value TRANSACTION_TIMESTAMP.
setSortOrder(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSort
The container for the sort order for ListFilteredTransactionEvents.
setSortOrder(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsSort
The container for the sort order for ListTransactions.
setSpentVoutIndex(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The position of the spent transaction output in the output list of the creating transaction.
setSpentVoutTransactionHash(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The transactionHash that created the spent transaction output.
setSpentVoutTransactionId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The transactionId that created the spent transaction output.
setSymbol(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractMetadata
The symbol of the token contract.
setTime(Date) - Method in class com.amazonaws.services.managedblockchainquery.model.BlockchainInstant
The container of the Timestamp of the blockchain instant.
setTimeFilter(TimeFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
This container specifies the time frame for the transaction events returned in the response.
setTo(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.TimeFilter
 
setTo(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The identifier of the transaction.
setTo(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The wallet address receiving the transaction.
setToBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
 
setTokenBalances(Collection<BatchGetTokenBalanceOutputItem>) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceResult
An array of BatchGetTokenBalanceOutputItem objects returned by the response.
setTokenBalances(Collection<TokenBalance>) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesResult
An array of TokenBalance objects.
setTokenFilter(TokenFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
The contract address or a token identifier on the blockchain network by which to filter the request.
setTokenId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenFilter
The unique identifier of the token.
setTokenId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
The unique identifier of the token.
setTokenId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The unique identifier for the token involved in the transaction.
setTokenIdentifier(TokenIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
 
setTokenIdentifier(TokenIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceInputItem
 
setTokenIdentifier(TokenIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
setTokenIdentifier(TokenIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceRequest
The container for the identifier for the token, including the unique token ID and its blockchain network.
setTokenIdentifier(TokenIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
setTokenIdentifier(TokenIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
The identifier for the token, including the unique token ID and its blockchain network.
setTokenStandard(String) - Method in class com.amazonaws.services.managedblockchainquery.model.AssetContract
The token standard of the contract.
setTokenStandard(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
The container for the token standard.
setTokenStandard(String) - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
The token standard of the contract requested.
setTransaction(Transaction) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionResult
Contains the details of the transaction.
setTransactionEventToAddress(Collection<String>) - Method in class com.amazonaws.services.managedblockchainquery.model.AddressIdentifierFilter
The container for the recipient address of the transaction.
setTransactionFee(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The transaction fee.
setTransactionHash(String) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionRequest
The hash of a transaction.
setTransactionHash(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The hash of a transaction.
setTransactionHash(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The hash of a transaction.
setTransactionHash(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The hash of a transaction.
setTransactionHash(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
The hash of a transaction.
setTransactionId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionRequest
The identifier of a Bitcoin transaction.
setTransactionId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The identifier of a Bitcoin transaction.
setTransactionId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The identifier of a Bitcoin transaction.
setTransactionId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The identifier of a Bitcoin transaction.
setTransactionId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
The identifier of a Bitcoin transaction.
setTransactionIndex(Long) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The index of the transaction within a blockchain.
setTransactions(Collection<TransactionOutputItem>) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsResult
The array of transactions returned by the request.
setTransactionTimestamp(Date) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The Timestamp of the transaction.
setTransactionTimestamp(Date) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
The time when the transaction occurred.
setValue(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The value that was transacted.
setVoutFilter(VoutFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
This container specifies filtering attributes related to BITCOIN_VOUT event types
setVoutIndex(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The position of the transaction output in the transaction output list.
setVoutSpent(Boolean) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
Specifies if the transaction output is spent or unspent.
setVoutSpent(Boolean) - Method in class com.amazonaws.services.managedblockchainquery.model.VoutFilter
Specifies if the transaction output is spent or unspent.
shutdown() - Method in class com.amazonaws.services.managedblockchainquery.AbstractAmazonManagedBlockchainQuery
 
shutdown() - Method in interface com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQuery
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClient
 
SortOrder - Enum in com.amazonaws.services.managedblockchainquery.model
 
standard() - Static method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.managedblockchainquery.AmazonManagedBlockchainQueryClientBuilder
 

T

ThrottlingException - Exception in com.amazonaws.services.managedblockchainquery.model
The request or operation couldn't be performed because a service is throttling requests.
ThrottlingException(String) - Constructor for exception com.amazonaws.services.managedblockchainquery.model.ThrottlingException
Constructs a new ThrottlingException with the specified error message.
TimeFilter - Class in com.amazonaws.services.managedblockchainquery.model
This container is used to specify a time frame.
TimeFilter() - Constructor for class com.amazonaws.services.managedblockchainquery.model.TimeFilter
 
TokenBalance - Class in com.amazonaws.services.managedblockchainquery.model
The balance of the token.
TokenBalance() - Constructor for class com.amazonaws.services.managedblockchainquery.model.TokenBalance
 
TokenFilter - Class in com.amazonaws.services.managedblockchainquery.model
The container of the token filter like the contract address on a given blockchain network or a unique token identifier on a given blockchain network.
TokenFilter() - Constructor for class com.amazonaws.services.managedblockchainquery.model.TokenFilter
 
TokenIdentifier - Class in com.amazonaws.services.managedblockchainquery.model
The container for the identifier for the token including the unique token ID and its blockchain network.
TokenIdentifier() - Constructor for class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
 
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.AddressIdentifierFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.AssetContract
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceInputItem
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.BlockchainInstant
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.managedblockchainquery.model.ConfirmationStatus
 
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ConfirmationStatusFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractIdentifier
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ContractMetadata
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.managedblockchainquery.model.ErrorType
 
toString() - Method in enum com.amazonaws.services.managedblockchainquery.model.ExecutionStatus
 
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSort
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSortBy
 
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsSort
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.managedblockchainquery.model.ListTransactionsSortBy
 
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerIdentifier
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.managedblockchainquery.model.QueryNetwork
 
toString() - Method in enum com.amazonaws.services.managedblockchainquery.model.QueryTokenStandard
 
toString() - Method in enum com.amazonaws.services.managedblockchainquery.model.QueryTransactionEventType
 
toString() - Method in enum com.amazonaws.services.managedblockchainquery.model.ResourceType
 
toString() - Method in enum com.amazonaws.services.managedblockchainquery.model.SortOrder
 
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.TimeFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenFilter
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.ValidationExceptionField
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.managedblockchainquery.model.ValidationExceptionReason
 
toString() - Method in class com.amazonaws.services.managedblockchainquery.model.VoutFilter
Returns a string representation of this object.
Transaction - Class in com.amazonaws.services.managedblockchainquery.model
There are two possible types of transactions used for this data type:
Transaction() - Constructor for class com.amazonaws.services.managedblockchainquery.model.Transaction
 
TransactionEvent - Class in com.amazonaws.services.managedblockchainquery.model
The container for the properties of a transaction event.
TransactionEvent() - Constructor for class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
 
TransactionOutputItem - Class in com.amazonaws.services.managedblockchainquery.model
The container of the transaction output.
TransactionOutputItem() - Constructor for class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
 

V

ValidationException - Exception in com.amazonaws.services.managedblockchainquery.model
The resource passed is invalid.
ValidationException(String) - Constructor for exception com.amazonaws.services.managedblockchainquery.model.ValidationException
Constructs a new ValidationException with the specified error message.
ValidationExceptionField - Class in com.amazonaws.services.managedblockchainquery.model
The resource passed is invalid.
ValidationExceptionField() - Constructor for class com.amazonaws.services.managedblockchainquery.model.ValidationExceptionField
 
ValidationExceptionReason - Enum in com.amazonaws.services.managedblockchainquery.model
 
valueOf(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.ConfirmationStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.ExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.ListTransactionsSortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.QueryNetwork
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.QueryTokenStandard
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.QueryTransactionEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.SortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.managedblockchainquery.model.ValidationExceptionReason
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.managedblockchainquery.model.ConfirmationStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.managedblockchainquery.model.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.managedblockchainquery.model.ExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.managedblockchainquery.model.ListTransactionsSortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.managedblockchainquery.model.QueryNetwork
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.managedblockchainquery.model.QueryTokenStandard
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.managedblockchainquery.model.QueryTransactionEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.managedblockchainquery.model.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.managedblockchainquery.model.SortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.managedblockchainquery.model.ValidationExceptionReason
Returns an array containing the constants of this enum type, in the order they are declared.
VoutFilter - Class in com.amazonaws.services.managedblockchainquery.model
This container specifies filtering attributes related to BITCOIN_VOUT event types
VoutFilter() - Constructor for class com.amazonaws.services.managedblockchainquery.model.VoutFilter
 

W

withAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The address (either a contract or wallet), whose transactions are being requested.
withAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerFilter
The contract or wallet address.
withAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.OwnerIdentifier
The contract or wallet address for the owner.
withAddressIdentifierFilter(AddressIdentifierFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
This is the unique public address on the blockchain for which the transaction events are being requested.
withAtBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
 
withAtBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceInputItem
 
withAtBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
withAtBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceRequest
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
withAtBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
withAtBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
withBalance(String) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
The container for the token balance.
withBalance(String) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
The container for the token balance.
withBalance(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
The container of the token balance.
withBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
 
withBlockHash(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The block hash is a unique identifier for a block.
withBlockNumber(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The block number in which the transaction is recorded.
withConfirmationStatus(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
Specifies whether the transaction has reached Finality.
withConfirmationStatus(ConfirmationStatus) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
Specifies whether the transaction has reached Finality.
withConfirmationStatus(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
This container specifies whether the transaction has reached Finality.
withConfirmationStatus(ConfirmationStatus) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
This container specifies whether the transaction has reached Finality.
withConfirmationStatus(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
Specifies whether to list transactions that have not reached Finality.
withConfirmationStatus(ConfirmationStatus) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
Specifies whether to list transactions that have not reached Finality.
withConfirmationStatusFilter(ConfirmationStatusFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
 
withConfirmationStatusFilter(ConfirmationStatusFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
This filter is used to include transactions in the response that haven't reached finality .
withContractAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractIdentifier
Container for the blockchain address about a contract.
withContractAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenFilter
This is the address of the contract.
withContractAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
This is the token's contract address.
withContractAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The blockchain address for the contract.
withContractAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The blockchain address for the contract
withContractFilter(ContractFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsRequest
Contains the filter parameter for the request.
withContractIdentifier(ContractIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.AssetContract
The container for the contract identifier containing its blockchain network and address.
withContractIdentifier(ContractIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractRequest
Contains the blockchain address and network information about the contract.
withContractIdentifier(ContractIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
Contains the blockchain address and network information about the contract.
withContracts(AssetContract...) - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsResult
An array of contract objects that contain the properties for each contract.
withContracts(Collection<AssetContract>) - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsResult
An array of contract objects that contain the properties for each contract.
withCumulativeGasUsed(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The amount of gas used up to the specified point in the block.
withDecimals(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractMetadata
The decimals used by the token contract.
withDeployerAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.AssetContract
The address of the contract deployer.
withDeployerAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
The network address of the deployer.
withDeployerAddress(String) - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
The address of the deployer of contract.
withEffectiveGasPrice(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The effective gas price.
withErrorCode(String) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
The error code associated with the error.
withErrorMessage(String) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
The message associated with the error.
withErrors(BatchGetTokenBalanceErrorItem...) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceResult
An array of BatchGetTokenBalanceErrorItem objects returned from the request.
withErrors(Collection<BatchGetTokenBalanceErrorItem>) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceResult
An array of BatchGetTokenBalanceErrorItem objects returned from the request.
withErrorType(String) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
The type of error.
withErrorType(ErrorType) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
The type of error.
withEvents(TransactionEvent...) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsResult
The transaction events returned by the request.
withEvents(Collection<TransactionEvent>) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsResult
The transaction events returned by the request.
withEvents(TransactionEvent...) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsResult
An array of TransactionEvent objects.
withEvents(Collection<TransactionEvent>) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsResult
An array of TransactionEvent objects.
withEventType(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The type of transaction event.
withEventType(QueryTransactionEventType) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The type of transaction event.
withExecutionStatus(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
Identifies whether the transaction has succeeded or failed.
withExecutionStatus(ExecutionStatus) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
Identifies whether the transaction has succeeded or failed.
withFieldList(ValidationExceptionField...) - Method in exception com.amazonaws.services.managedblockchainquery.model.ValidationException
The container for the fieldList of the exception.
withFieldList(Collection<ValidationExceptionField>) - Method in exception com.amazonaws.services.managedblockchainquery.model.ValidationException
The container for the fieldList of the exception.
withFrom(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.TimeFilter
 
withFrom(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The initiator of the transaction.
withFrom(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The wallet address initiating the transaction.
withFromBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
 
withGasUsed(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The amount of gas used for the transaction.
withGetTokenBalanceInputs(BatchGetTokenBalanceInputItem...) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceRequest
An array of BatchGetTokenBalanceInputItem objects whose balance is being requested.
withGetTokenBalanceInputs(Collection<BatchGetTokenBalanceInputItem>) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceRequest
An array of BatchGetTokenBalanceInputItem objects whose balance is being requested.
withInclude(String...) - Method in class com.amazonaws.services.managedblockchainquery.model.ConfirmationStatusFilter
The container to determine whether to list results that have only reached finality .
withInclude(Collection<String>) - Method in class com.amazonaws.services.managedblockchainquery.model.ConfirmationStatusFilter
The container to determine whether to list results that have only reached finality .
withInclude(ConfirmationStatus...) - Method in class com.amazonaws.services.managedblockchainquery.model.ConfirmationStatusFilter
The container to determine whether to list results that have only reached finality .
withLastUpdatedTime(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
withLastUpdatedTime(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
withLastUpdatedTime(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
The Timestamp of the last transaction at which the balance for the token in the wallet was updated.
withMaxResults(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsRequest
The maximum number of contracts to list.
withMaxResults(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
The maximum number of transaction events to list.
withMaxResults(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
The maximum number of token balances to return.
withMaxResults(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The maximum number of transaction events to list.
withMaxResults(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The maximum number of transactions to list.
withMessage(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ValidationExceptionField
The ValidationException message.
withMetadata(ContractMetadata) - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
 
withName(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractMetadata
The name of the token contract.
withName(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ValidationExceptionField
The name of the field that triggered the ValidationException.
withNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
The blockchain network of the contract.
withNetwork(QueryNetwork) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
The blockchain network of the contract.
withNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractIdentifier
The blockchain network of the contract.
withNetwork(QueryNetwork) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractIdentifier
The blockchain network of the contract.
withNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionRequest
The blockchain network where the transaction occurred.
withNetwork(QueryNetwork) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionRequest
The blockchain network where the transaction occurred.
withNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
The blockchain network where the transaction occurred.
withNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The blockchain network where the transaction events occurred.
withNetwork(QueryNetwork) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The blockchain network where the transaction events occurred.
withNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The blockchain network where the transactions occurred.
withNetwork(QueryNetwork) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The blockchain network where the transactions occurred.
withNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenFilter
The blockchain network of the token.
withNetwork(QueryNetwork) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenFilter
The blockchain network of the token.
withNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
The blockchain network of the token.
withNetwork(QueryNetwork) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
The blockchain network of the token.
withNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The blockchain network where the transaction occurred.
withNetwork(QueryNetwork) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The blockchain network where the transaction occurred.
withNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The blockchain network where the transaction occurred.
withNetwork(QueryNetwork) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The blockchain network where the transaction occurred.
withNetwork(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
The blockchain network where the transaction occurred.
withNetwork(QueryNetwork) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
The blockchain network where the transaction occurred.
withNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsRequest
The pagination token that indicates the next set of results to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListAssetContractsResult
The pagination token that indicates the next set of results to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
The pagination token that indicates the next set of results to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsResult
The pagination token that indicates the next set of results to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
The pagination token that indicates the next set of results to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesResult
The pagination token that indicates the next set of results to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The pagination token that indicates the next set of results to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsResult
The pagination token that indicates the next set of results to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The pagination token that indicates the next set of results to retrieve.
withNextToken(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsResult
The pagination token that indicates the next set of results to retrieve.
withNumberOfTransactions(Long) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The number of transactions in the block.
withOwnerFilter(OwnerFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
The contract or wallet address on the blockchain network by which to filter the request.
withOwnerIdentifier(OwnerIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
 
withOwnerIdentifier(OwnerIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceInputItem
 
withOwnerIdentifier(OwnerIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
withOwnerIdentifier(OwnerIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceRequest
The container for the identifier for the owner.
withOwnerIdentifier(OwnerIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
withOwnerIdentifier(OwnerIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
The container for the identifier of the owner.
withQuotaCode(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ServiceQuotaExceededException
The container for the quotaCode.
withQuotaCode(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ThrottlingException
The container for the quotaCode.
withReason(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ValidationException
The container for the reason for the exception
withReason(ValidationExceptionReason) - Method in exception com.amazonaws.services.managedblockchainquery.model.ValidationException
The container for the reason for the exception
withResourceId(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ResourceNotFoundException
The resourceId of the resource that caused the exception.
withResourceId(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ServiceQuotaExceededException
The resourceId of the resource that caused the exception.
withResourceType(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ResourceNotFoundException
The resourceType of the resource that caused the exception.
withResourceType(ResourceType) - Method in exception com.amazonaws.services.managedblockchainquery.model.ResourceNotFoundException
The resourceType of the resource that caused the exception.
withResourceType(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ServiceQuotaExceededException
The resourceType of the resource that caused the exception.
withResourceType(ResourceType) - Method in exception com.amazonaws.services.managedblockchainquery.model.ServiceQuotaExceededException
The resourceType of the resource that caused the exception.
withRetryAfterSeconds(Integer) - Method in exception com.amazonaws.services.managedblockchainquery.model.InternalServerException
Specifies the retryAfterSeconds value.
withRetryAfterSeconds(Integer) - Method in exception com.amazonaws.services.managedblockchainquery.model.ThrottlingException
The container of the retryAfterSeconds value.
withServiceCode(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ServiceQuotaExceededException
The container for the serviceCode.
withServiceCode(String) - Method in exception com.amazonaws.services.managedblockchainquery.model.ThrottlingException
The container for the serviceCode.
withSignatureR(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The signature of the transaction.
withSignatureS(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The signature of the transaction.
withSignatureV(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The signature of the transaction.
withSort(ListFilteredTransactionEventsSort) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
The order by which the results will be sorted.
withSort(ListTransactionsSort) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
The order by which the results will be sorted.
withSortBy(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSort
Container on how the results will be sorted by?
withSortBy(ListFilteredTransactionEventsSortBy) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSort
Container on how the results will be sorted by?
withSortBy(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsSort
Defaults to the value TRANSACTION_TIMESTAMP.
withSortBy(ListTransactionsSortBy) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsSort
Defaults to the value TRANSACTION_TIMESTAMP.
withSortOrder(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSort
The container for the sort order for ListFilteredTransactionEvents.
withSortOrder(SortOrder) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsSort
The container for the sort order for ListFilteredTransactionEvents.
withSortOrder(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsSort
The container for the sort order for ListTransactions.
withSortOrder(SortOrder) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsSort
The container for the sort order for ListTransactions.
withSpentVoutIndex(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The position of the spent transaction output in the output list of the creating transaction.
withSpentVoutTransactionHash(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The transactionHash that created the spent transaction output.
withSpentVoutTransactionId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The transactionId that created the spent transaction output.
withSymbol(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractMetadata
The symbol of the token contract.
withTime(Date) - Method in class com.amazonaws.services.managedblockchainquery.model.BlockchainInstant
The container of the Timestamp of the blockchain instant.
withTimeFilter(TimeFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
This container specifies the time frame for the transaction events returned in the response.
withTo(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.TimeFilter
 
withTo(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The identifier of the transaction.
withTo(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The wallet address receiving the transaction.
withToBlockchainInstant(BlockchainInstant) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsRequest
 
withTokenBalances(BatchGetTokenBalanceOutputItem...) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceResult
An array of BatchGetTokenBalanceOutputItem objects returned by the response.
withTokenBalances(Collection<BatchGetTokenBalanceOutputItem>) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceResult
An array of BatchGetTokenBalanceOutputItem objects returned by the response.
withTokenBalances(TokenBalance...) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesResult
An array of TokenBalance objects.
withTokenBalances(Collection<TokenBalance>) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesResult
An array of TokenBalance objects.
withTokenFilter(TokenFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTokenBalancesRequest
The contract address or a token identifier on the blockchain network by which to filter the request.
withTokenId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenFilter
The unique identifier of the token.
withTokenId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenIdentifier
The unique identifier of the token.
withTokenId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The unique identifier for the token involved in the transaction.
withTokenIdentifier(TokenIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceErrorItem
 
withTokenIdentifier(TokenIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceInputItem
 
withTokenIdentifier(TokenIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.BatchGetTokenBalanceOutputItem
 
withTokenIdentifier(TokenIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceRequest
The container for the identifier for the token, including the unique token ID and its blockchain network.
withTokenIdentifier(TokenIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTokenBalanceResult
 
withTokenIdentifier(TokenIdentifier) - Method in class com.amazonaws.services.managedblockchainquery.model.TokenBalance
The identifier for the token, including the unique token ID and its blockchain network.
withTokenStandard(String) - Method in class com.amazonaws.services.managedblockchainquery.model.AssetContract
The token standard of the contract.
withTokenStandard(QueryTokenStandard) - Method in class com.amazonaws.services.managedblockchainquery.model.AssetContract
The token standard of the contract.
withTokenStandard(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
The container for the token standard.
withTokenStandard(QueryTokenStandard) - Method in class com.amazonaws.services.managedblockchainquery.model.ContractFilter
The container for the token standard.
withTokenStandard(String) - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
The token standard of the contract requested.
withTokenStandard(QueryTokenStandard) - Method in class com.amazonaws.services.managedblockchainquery.model.GetAssetContractResult
The token standard of the contract requested.
withTransaction(Transaction) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionResult
Contains the details of the transaction.
withTransactionEventToAddress(String...) - Method in class com.amazonaws.services.managedblockchainquery.model.AddressIdentifierFilter
The container for the recipient address of the transaction.
withTransactionEventToAddress(Collection<String>) - Method in class com.amazonaws.services.managedblockchainquery.model.AddressIdentifierFilter
The container for the recipient address of the transaction.
withTransactionFee(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The transaction fee.
withTransactionHash(String) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionRequest
The hash of a transaction.
withTransactionHash(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The hash of a transaction.
withTransactionHash(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The hash of a transaction.
withTransactionHash(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The hash of a transaction.
withTransactionHash(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
The hash of a transaction.
withTransactionId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.GetTransactionRequest
The identifier of a Bitcoin transaction.
withTransactionId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionEventsRequest
The identifier of a Bitcoin transaction.
withTransactionId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The identifier of a Bitcoin transaction.
withTransactionId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The identifier of a Bitcoin transaction.
withTransactionId(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
The identifier of a Bitcoin transaction.
withTransactionIndex(Long) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The index of the transaction within a blockchain.
withTransactions(TransactionOutputItem...) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsResult
The array of transactions returned by the request.
withTransactions(Collection<TransactionOutputItem>) - Method in class com.amazonaws.services.managedblockchainquery.model.ListTransactionsResult
The array of transactions returned by the request.
withTransactionTimestamp(Date) - Method in class com.amazonaws.services.managedblockchainquery.model.Transaction
The Timestamp of the transaction.
withTransactionTimestamp(Date) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionOutputItem
The time when the transaction occurred.
withValue(String) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The value that was transacted.
withVoutFilter(VoutFilter) - Method in class com.amazonaws.services.managedblockchainquery.model.ListFilteredTransactionEventsRequest
This container specifies filtering attributes related to BITCOIN_VOUT event types
withVoutIndex(Integer) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
The position of the transaction output in the transaction output list.
withVoutSpent(Boolean) - Method in class com.amazonaws.services.managedblockchainquery.model.TransactionEvent
Specifies if the transaction output is spent or unspent.
withVoutSpent(Boolean) - Method in class com.amazonaws.services.managedblockchainquery.model.VoutFilter
Specifies if the transaction output is spent or unspent.
A B C D E F G H I L M O Q R S T V W 
Skip navigation links

Copyright © 2025. All rights reserved.