| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetTokenBalanceErrorItem |
BatchGetTokenBalanceErrorItem.clone() |
BatchGetTokenBalanceErrorItem |
BatchGetTokenBalanceErrorItem.withAtBlockchainInstant(BlockchainInstant atBlockchainInstant) |
BatchGetTokenBalanceErrorItem |
BatchGetTokenBalanceErrorItem.withErrorCode(String errorCode)
The error code associated with the error.
|
BatchGetTokenBalanceErrorItem |
BatchGetTokenBalanceErrorItem.withErrorMessage(String errorMessage)
The message associated with the error.
|
BatchGetTokenBalanceErrorItem |
BatchGetTokenBalanceErrorItem.withErrorType(ErrorType errorType)
The type of error.
|
BatchGetTokenBalanceErrorItem |
BatchGetTokenBalanceErrorItem.withErrorType(String errorType)
The type of error.
|
BatchGetTokenBalanceErrorItem |
BatchGetTokenBalanceErrorItem.withOwnerIdentifier(OwnerIdentifier ownerIdentifier) |
BatchGetTokenBalanceErrorItem |
BatchGetTokenBalanceErrorItem.withTokenIdentifier(TokenIdentifier tokenIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetTokenBalanceErrorItem> |
BatchGetTokenBalanceResult.getErrors()
An array of
BatchGetTokenBalanceErrorItem objects returned from the request. |
| Modifier and Type | Method and Description |
|---|---|
BatchGetTokenBalanceResult |
BatchGetTokenBalanceResult.withErrors(BatchGetTokenBalanceErrorItem... errors)
An array of
BatchGetTokenBalanceErrorItem objects returned from the request. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetTokenBalanceResult.setErrors(Collection<BatchGetTokenBalanceErrorItem> errors)
An array of
BatchGetTokenBalanceErrorItem objects returned from the request. |
BatchGetTokenBalanceResult |
BatchGetTokenBalanceResult.withErrors(Collection<BatchGetTokenBalanceErrorItem> errors)
An array of
BatchGetTokenBalanceErrorItem objects returned from the request. |
Copyright © 2025. All rights reserved.