Struct aws_sdk_elasticache::client::fluent_builders::ModifyGlobalReplicationGroup [−][src]
pub struct ModifyGlobalReplicationGroup<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to ModifyGlobalReplicationGroup
.
Modifies the settings for a Global datastore.
Implementations
impl<C, M, R> ModifyGlobalReplicationGroup<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> ModifyGlobalReplicationGroup<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<ModifyGlobalReplicationGroupOutput, SdkError<ModifyGlobalReplicationGroupError>> where
R::Policy: SmithyRetryPolicy<ModifyGlobalReplicationGroupInputOperationOutputAlias, ModifyGlobalReplicationGroupOutput, ModifyGlobalReplicationGroupError, ModifyGlobalReplicationGroupInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<ModifyGlobalReplicationGroupOutput, SdkError<ModifyGlobalReplicationGroupError>> where
R::Policy: SmithyRetryPolicy<ModifyGlobalReplicationGroupInputOperationOutputAlias, ModifyGlobalReplicationGroupOutput, ModifyGlobalReplicationGroupError, ModifyGlobalReplicationGroupInputOperationRetryAlias>,
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 Global datastore
The name of the Global datastore
This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.
This parameter causes the modifications in this request and any pending modifications to be applied, asynchronously and as soon as possible. Modifications to Global Replication Groups cannot be requested to be applied in PreferredMaintenceWindow.
A valid cache node type that you want to scale this Global datastore to.
A valid cache node type that you want to scale this Global datastore to.
The upgraded version of the cache engine to be run on the clusters in the Global datastore.
The upgraded version of the cache engine to be run on the clusters in the Global datastore.
The name of the cache parameter group to use with the Global datastore. It must be compatible with the major engine version used by the Global datastore.
The name of the cache parameter group to use with the Global datastore. It must be compatible with the major engine version used by the Global datastore.
A description of the Global datastore
A description of the Global datastore
Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.
Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for ModifyGlobalReplicationGroup<C, M, R>
impl<C, M, R> Send for ModifyGlobalReplicationGroup<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for ModifyGlobalReplicationGroup<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for ModifyGlobalReplicationGroup<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for ModifyGlobalReplicationGroup<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