Struct aws_sdk_quicksight::client::fluent_builders::UpdateAccountCustomization [−][src]
pub struct UpdateAccountCustomization<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to UpdateAccountCustomization
.
Updates Amazon QuickSight customizations the current Amazon Web Services Region. Currently, the only customization you can use is a theme.
You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a Amazon QuickSight namespace instead. Customizations that apply to a namespace override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization
API operation.
Implementations
impl<C, M, R> UpdateAccountCustomization<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateAccountCustomization<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateAccountCustomizationOutput, SdkError<UpdateAccountCustomizationError>> where
R::Policy: SmithyRetryPolicy<UpdateAccountCustomizationInputOperationOutputAlias, UpdateAccountCustomizationOutput, UpdateAccountCustomizationError, UpdateAccountCustomizationInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateAccountCustomizationOutput, SdkError<UpdateAccountCustomizationError>> where
R::Policy: SmithyRetryPolicy<UpdateAccountCustomizationInputOperationOutputAlias, UpdateAccountCustomizationOutput, UpdateAccountCustomizationError, UpdateAccountCustomizationInputOperationRetryAlias>,
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 ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
The namespace that you want to update Amazon QuickSight customizations for.
The namespace that you want to update Amazon QuickSight customizations for.
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for UpdateAccountCustomization<C, M, R>
impl<C, M, R> Send for UpdateAccountCustomization<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for UpdateAccountCustomization<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for UpdateAccountCustomization<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for UpdateAccountCustomization<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