| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
NodeEthereumAttributes |
NodeEthereumAttributes.clone() |
NodeEthereumAttributes |
NodeFrameworkAttributes.getEthereum()
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
|
NodeEthereumAttributes |
NodeEthereumAttributes.withHttpEndpoint(String httpEndpoint)
The endpoint on which the Ethereum node listens to run Ethereum API methods over HTTP connections from a client.
|
NodeEthereumAttributes |
NodeEthereumAttributes.withWebSocketEndpoint(String webSocketEndpoint)
The endpoint on which the Ethereum node listens to run Ethereum JSON-RPC methods over WebSocket connections from
a client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeFrameworkAttributes.setEthereum(NodeEthereumAttributes ethereum)
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
|
NodeFrameworkAttributes |
NodeFrameworkAttributes.withEthereum(NodeEthereumAttributes ethereum)
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
|
Copyright © 2023. All rights reserved.