Struct aws_sdk_auditmanager::client::fluent_builders::ListControls [−][src]
pub struct ListControls<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to ListControls.
Returns a list of controls from Audit Manager.
Implementations
impl<C, M, R> ListControls<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ListControls<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ListControlsOutput, SdkError<ListControlsError>> where
R::Policy: SmithyRetryPolicy<ListControlsInputOperationOutputAlias, ListControlsOutput, ListControlsError, ListControlsInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ListControlsOutput, SdkError<ListControlsError>> where
R::Policy: SmithyRetryPolicy<ListControlsInputOperationOutputAlias, ListControlsOutput, ListControlsError, ListControlsInputOperationRetryAlias>,
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.
The type of control, such as a standard control or a custom control.
The type of control, such as a standard control or a custom control.
The pagination token that's used to fetch the next set of results.
The pagination token that's used to fetch the next set of results.
Represents the maximum number of results on a page or for an API request call.
Represents the maximum number of results on a page or for an API request call.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for ListControls<C, M, R>
impl<C, M, R> Unpin for ListControls<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for ListControls<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
