Container for the parameters to the ListClusters operation.
Provides the status of all clusters visible to this AWS account. Allows you to filter
the list of clusters based on certain criteria; for example, filtering by cluster
creation date and time or by status. This call returns a maximum of 50 clusters
per call, but returns a marker to track the paging of the cluster list across multiple
ListClusters calls.

C# |
public class ListClustersRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ListClustersRequest()()()() | Initializes a new instance of the ListClustersRequest class |
![]() | ClusterStates |
Gets and sets the property ClusterStates.
The cluster state filters to apply when listing clusters. |
![]() | CreatedAfter |
Gets and sets the property CreatedAfter.
The creation date and time beginning value filter for listing clusters . |
![]() | CreatedBefore |
Gets and sets the property CreatedBefore.
The creation date and time end value filter for listing clusters . |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | Marker |
Gets and sets the property Marker.
The pagination token that indicates the next set of results to retrieve. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithClusterStates(array<String>[]()[][]) | Obsolete.
Sets the ClusterStates property
|
![]() | WithClusterStates(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Sets the ClusterStates property
|
![]() | WithCreatedAfter(DateTime) | Obsolete.
Sets the CreatedAfter property
|
![]() | WithCreatedBefore(DateTime) | Obsolete.
Sets the CreatedBefore property
|
![]() | WithMarker(String) | Obsolete.
Sets the Marker property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | ListClustersRequest |