| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchainquery.model |
| Modifier and Type | Method and Description |
|---|---|
static ConfirmationStatus |
ConfirmationStatus.fromValue(String value)
Use this in place of valueOf.
|
static ConfirmationStatus |
ConfirmationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfirmationStatus[] |
ConfirmationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TransactionOutputItem |
TransactionOutputItem.withConfirmationStatus(ConfirmationStatus confirmationStatus)
Specifies whether to list transactions that have not reached Finality.
|
Transaction |
Transaction.withConfirmationStatus(ConfirmationStatus confirmationStatus)
Specifies whether the transaction has reached Finality.
|
TransactionEvent |
TransactionEvent.withConfirmationStatus(ConfirmationStatus confirmationStatus)
This container specifies whether the transaction has reached Finality.
|
ConfirmationStatusFilter |
ConfirmationStatusFilter.withInclude(ConfirmationStatus... include)
The container to determine whether to list results that have only reached finality
.
|
Copyright © 2024. All rights reserved.