Struct aws_sdk_chime::client::fluent_builders::BatchUnsuspendUser [−][src]
pub struct BatchUnsuspendUser<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to BatchUnsuspendUser.
Removes the suspension from up to 50 previously suspended users for the specified Amazon
Chime EnterpriseLWA account. Only users on EnterpriseLWA
accounts can be unsuspended using this action. For more information about different account types, see
Managing Your Amazon Chime Accounts
in the account types, in the Amazon Chime Administration Guide.
Previously suspended users who are unsuspended using this action are returned to
Registered
status. Users who are not previously suspended are ignored.
Implementations
impl<C, M, R> BatchUnsuspendUser<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> BatchUnsuspendUser<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<BatchUnsuspendUserOutput, SdkError<BatchUnsuspendUserError>> where
R::Policy: SmithyRetryPolicy<BatchUnsuspendUserInputOperationOutputAlias, BatchUnsuspendUserOutput, BatchUnsuspendUserError, BatchUnsuspendUserInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<BatchUnsuspendUserOutput, SdkError<BatchUnsuspendUserError>> where
R::Policy: SmithyRetryPolicy<BatchUnsuspendUserInputOperationOutputAlias, BatchUnsuspendUserOutput, BatchUnsuspendUserError, BatchUnsuspendUserInputOperationRetryAlias>,
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 Amazon Chime account ID.
The Amazon Chime account ID.
Appends an item to UserIdList.
To override the contents of this collection use set_user_id_list.
The request containing the user IDs to unsuspend.
The request containing the user IDs to unsuspend.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for BatchUnsuspendUser<C, M, R>
impl<C, M, R> Send for BatchUnsuspendUser<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for BatchUnsuspendUser<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for BatchUnsuspendUser<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for BatchUnsuspendUser<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