Struct aws_sdk_redshift::client::fluent_builders::ResetClusterParameterGroup [−][src]
pub struct ResetClusterParameterGroup<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to ResetClusterParameterGroup
.
Sets one or more parameters of the specified parameter group to their default values and sets the source values of the parameters to "engine-default". To reset the entire parameter group specify the ResetAllParameters parameter. For parameter changes to take effect you must reboot any associated clusters.
Implementations
impl<C, M, R> ResetClusterParameterGroup<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ResetClusterParameterGroup<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ResetClusterParameterGroupOutput, SdkError<ResetClusterParameterGroupError>> where
R::Policy: SmithyRetryPolicy<ResetClusterParameterGroupInputOperationOutputAlias, ResetClusterParameterGroupOutput, ResetClusterParameterGroupError, ResetClusterParameterGroupInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ResetClusterParameterGroupOutput, SdkError<ResetClusterParameterGroupError>> where
R::Policy: SmithyRetryPolicy<ResetClusterParameterGroupInputOperationOutputAlias, ResetClusterParameterGroupOutput, ResetClusterParameterGroupError, ResetClusterParameterGroupInputOperationRetryAlias>,
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 name of the cluster parameter group to be reset.
The name of the cluster parameter group to be reset.
If true
, all parameters in the specified parameter group will be reset
to their default values.
Default: true
If true
, all parameters in the specified parameter group will be reset
to their default values.
Default: true
Appends an item to Parameters
.
To override the contents of this collection use set_parameters
.
An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
An array of names of parameters to be reset. If ResetAllParameters option is not used, then at least one parameter name must be supplied.
Constraints: A maximum of 20 parameters can be reset in a single request.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for ResetClusterParameterGroup<C, M, R>
impl<C, M, R> Send for ResetClusterParameterGroup<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ResetClusterParameterGroup<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ResetClusterParameterGroup<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for ResetClusterParameterGroup<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