AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returns information about the nodes within a network.

Applies to Hyperledger Fabric and Ethereum.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ListNodesAsync.

Namespace: Amazon.ManagedBlockchain
Assembly: AWSSDK.ManagedBlockchain.dll
Version: 3.x.y.z

Syntax

C#
public abstract ListNodesResponse ListNodes(
         ListNodesRequest request
)

Parameters

request
Type: Amazon.ManagedBlockchain.Model.ListNodesRequest

Container for the necessary parameters to execute the ListNodes service method.

Return Value


The response from the ListNodes service method, as returned by ManagedBlockchain.

Exceptions

ExceptionCondition
AccessDeniedException You don't have sufficient access to perform this action.
InternalServiceErrorException The request processing has failed because of an unknown error, exception or failure.
InvalidRequestException The action or operation requested is invalid. Verify that the action is typed correctly.
ThrottlingException The request or operation couldn't be performed because a service is throttling requests. The most common source of throttling errors is creating resources that exceed your service limit for this resource type. Request a limit increase or delete unused resources if possible.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also