| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
NodeFrameworkAttributes |
NodeFrameworkAttributes.clone() |
NodeFrameworkAttributes |
Node.getFrameworkAttributes()
Attributes of the blockchain framework being used.
|
NodeFrameworkAttributes |
NodeFrameworkAttributes.withEthereum(NodeEthereumAttributes ethereum)
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
|
NodeFrameworkAttributes |
NodeFrameworkAttributes.withFabric(NodeFabricAttributes fabric)
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.setFrameworkAttributes(NodeFrameworkAttributes frameworkAttributes)
Attributes of the blockchain framework being used.
|
Node |
Node.withFrameworkAttributes(NodeFrameworkAttributes frameworkAttributes)
Attributes of the blockchain framework being used.
|
Copyright © 2023. All rights reserved.