| Package | Description |
|---|---|
| com.amazonaws.services.managedblockchain.model |
| Modifier and Type | Method and Description |
|---|---|
NodeLogPublishingConfiguration |
NodeLogPublishingConfiguration.clone() |
NodeLogPublishingConfiguration |
UpdateNodeRequest.getLogPublishingConfiguration()
Configuration properties for publishing to Amazon CloudWatch Logs.
|
NodeLogPublishingConfiguration |
NodeConfiguration.getLogPublishingConfiguration()
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on
Managed Blockchain.
|
NodeLogPublishingConfiguration |
Node.getLogPublishingConfiguration()
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on
Managed Blockchain.
|
NodeLogPublishingConfiguration |
NodeLogPublishingConfiguration.withFabric(NodeFabricLogPublishingConfiguration fabric)
Configuration properties for logging events associated with a node that is owned by a member of a Managed
Blockchain network using the Hyperledger Fabric framework.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateNodeRequest.setLogPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for publishing to Amazon CloudWatch Logs.
|
void |
NodeConfiguration.setLogPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on
Managed Blockchain.
|
void |
Node.setLogPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on
Managed Blockchain.
|
UpdateNodeRequest |
UpdateNodeRequest.withLogPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for publishing to Amazon CloudWatch Logs.
|
NodeConfiguration |
NodeConfiguration.withLogPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on
Managed Blockchain.
|
Node |
Node.withLogPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on
Managed Blockchain.
|
Copyright © 2021. All rights reserved.