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 an array of ClusterListEntry
objects of the specified length. Each
ClusterListEntry
object contains a cluster's state, a cluster's ID, and other
important status information.
For .NET Core this operation is only available in asynchronous form. Please refer to ListClustersAsync.
Namespace: Amazon.Snowball
Assembly: AWSSDK.Snowball.dll
Version: 3.x.y.z
public abstract ListClustersResponse ListClusters( ListClustersRequest request )
Container for the necessary parameters to execute the ListClusters service method.
Exception | Condition |
---|---|
InvalidNextTokenException | The NextToken string was altered unexpectedly, and the operation has stopped. Run the operation without changing the NextToken string, and try again. |
Returns an array of ClusterListEntry objects of the specified length. Each ClusterListEntry object contains a cluster's state, a cluster's ID, and other important status information.
var client = new AmazonSnowballClient(); var response = client.ListClusters(new ListClustersRequest { }); List<ClusterListEntry> clusterListEntries = response.ClusterListEntries;
.NET Framework:
Supported in: 4.5 and newer, 3.5