Struct aws_sdk_emr::client::fluent_builders::ListClusters [−][src]
pub struct ListClusters<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to ListClusters.
Provides the status of all clusters visible to this Amazon Web Services 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 in unsorted order per call, but returns a marker to track the paging of the cluster list across multiple ListClusters calls.
Implementations
impl<C, M, R> ListClusters<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListClusters<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListClustersOutput, SdkError<ListClustersError>> where
R::Policy: SmithyRetryPolicy<ListClustersInputOperationOutputAlias, ListClustersOutput, ListClustersError, ListClustersInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListClustersOutput, SdkError<ListClustersError>> where
R::Policy: SmithyRetryPolicy<ListClustersInputOperationOutputAlias, ListClustersOutput, ListClustersError, ListClustersInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The creation date and time beginning value filter for listing clusters.
The creation date and time beginning value filter for listing clusters.
The creation date and time end value filter for listing clusters.
The creation date and time end value filter for listing clusters.
Appends an item to ClusterStates.
To override the contents of this collection use set_cluster_states.
The cluster state filters to apply when listing clusters. Clusters that change state while this action runs may be not be returned as expected in the list of clusters.
The cluster state filters to apply when listing clusters. Clusters that change state while this action runs may be not be returned as expected in the list of clusters.
The pagination token that indicates the next set of results to retrieve.
The pagination token that indicates the next set of results to retrieve.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListClusters<C, M, R>
impl<C, M, R> Unpin for ListClusters<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListClusters<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
