pub struct ListCoverageStatistics<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* private fields */ }
Expand description
Fluent builder constructing a request to ListCoverageStatistics
.
Lists Amazon Inspector coverage statistics for your environment.
Implementations
impl<C, M, R> ListCoverageStatistics<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListCoverageStatistics<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListCoverageStatisticsOutput, SdkError<ListCoverageStatisticsError>> where
R::Policy: SmithyRetryPolicy<ListCoverageStatisticsInputOperationOutputAlias, ListCoverageStatisticsOutput, ListCoverageStatisticsError, ListCoverageStatisticsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListCoverageStatisticsOutput, SdkError<ListCoverageStatisticsError>> where
R::Policy: SmithyRetryPolicy<ListCoverageStatisticsInputOperationOutputAlias, ListCoverageStatisticsOutput, ListCoverageStatisticsError, ListCoverageStatisticsInputOperationRetryAlias>,
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.
Create a paginator for this request
Paginators are used by calling send().await
which returns a Stream
.
An object that contains details on the filters to apply to the coverage data for your environment.
An object that contains details on the filters to apply to the coverage data for your environment.
The value to group the results by.
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken
value returned from the previous request to continue listing results after the first page.
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken
value returned from the previous request to continue listing results after the first page.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListCoverageStatistics<C, M, R>
impl<C, M, R> Send for ListCoverageStatistics<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ListCoverageStatistics<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ListCoverageStatistics<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListCoverageStatistics<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