Struct aws_sdk_rds::input::ModifyDbProxyTargetGroupInput
source · [−]#[non_exhaustive]pub struct ModifyDbProxyTargetGroupInput { /* private fields */ }Implementations
sourceimpl ModifyDbProxyTargetGroupInput
impl ModifyDbProxyTargetGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyDBProxyTargetGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyDBProxyTargetGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyDBProxyTargetGroup>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyDbProxyTargetGroupInput.
sourceimpl ModifyDbProxyTargetGroupInput
impl ModifyDbProxyTargetGroupInput
sourcepub fn target_group_name(&self) -> Option<&str>
pub fn target_group_name(&self) -> Option<&str>
The name of the target group to modify.
sourcepub fn db_proxy_name(&self) -> Option<&str>
pub fn db_proxy_name(&self) -> Option<&str>
The name of the proxy.
sourcepub fn connection_pool_config(&self) -> Option<&ConnectionPoolConfiguration>
pub fn connection_pool_config(&self) -> Option<&ConnectionPoolConfiguration>
The settings that determine the size and behavior of the connection pool for the target group.
Trait Implementations
sourceimpl Clone for ModifyDbProxyTargetGroupInput
impl Clone for ModifyDbProxyTargetGroupInput
sourcefn clone(&self) -> ModifyDbProxyTargetGroupInput
fn clone(&self) -> ModifyDbProxyTargetGroupInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ModifyDbProxyTargetGroupInput
impl Debug for ModifyDbProxyTargetGroupInput
sourceimpl PartialEq<ModifyDbProxyTargetGroupInput> for ModifyDbProxyTargetGroupInput
impl PartialEq<ModifyDbProxyTargetGroupInput> for ModifyDbProxyTargetGroupInput
sourcefn eq(&self, other: &ModifyDbProxyTargetGroupInput) -> bool
fn eq(&self, other: &ModifyDbProxyTargetGroupInput) -> bool
impl StructuralPartialEq for ModifyDbProxyTargetGroupInput
Auto Trait Implementations
impl RefUnwindSafe for ModifyDbProxyTargetGroupInput
impl Send for ModifyDbProxyTargetGroupInput
impl Sync for ModifyDbProxyTargetGroupInput
impl Unpin for ModifyDbProxyTargetGroupInput
impl UnwindSafe for ModifyDbProxyTargetGroupInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more