Uses of Class
software.amazon.awssdk.services.managedblockchain.model.NodeLogPublishingConfiguration
-
Packages that use NodeLogPublishingConfiguration Package Description software.amazon.awssdk.services.managedblockchain.model -
-
Uses of NodeLogPublishingConfiguration in software.amazon.awssdk.services.managedblockchain.model
Methods in software.amazon.awssdk.services.managedblockchain.model that return NodeLogPublishingConfiguration Modifier and Type Method Description NodeLogPublishingConfigurationNode. logPublishingConfiguration()Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.NodeLogPublishingConfigurationNodeConfiguration. logPublishingConfiguration()Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.NodeLogPublishingConfigurationUpdateNodeRequest. logPublishingConfiguration()Configuration properties for publishing to Amazon CloudWatch Logs.Methods in software.amazon.awssdk.services.managedblockchain.model with parameters of type NodeLogPublishingConfiguration Modifier and Type Method Description Node.BuilderNode.Builder. logPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.NodeConfiguration.BuilderNodeConfiguration.Builder. logPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.UpdateNodeRequest.BuilderUpdateNodeRequest.Builder. logPublishingConfiguration(NodeLogPublishingConfiguration logPublishingConfiguration)Configuration properties for publishing to Amazon CloudWatch Logs.
-