Struct aws_sdk_rds::input::ModifyDbProxyEndpointInput
source · [−]#[non_exhaustive]pub struct ModifyDbProxyEndpointInput { /* private fields */ }Implementations
sourceimpl ModifyDbProxyEndpointInput
impl ModifyDbProxyEndpointInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyDBProxyEndpoint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyDBProxyEndpoint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyDBProxyEndpoint>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyDbProxyEndpointInput.
sourceimpl ModifyDbProxyEndpointInput
impl ModifyDbProxyEndpointInput
sourcepub fn db_proxy_endpoint_name(&self) -> Option<&str>
pub fn db_proxy_endpoint_name(&self) -> Option<&str>
The name of the DB proxy sociated with the DB proxy endpoint that you want to modify.
sourcepub fn new_db_proxy_endpoint_name(&self) -> Option<&str>
pub fn new_db_proxy_endpoint_name(&self) -> Option<&str>
The new identifier for the DBProxyEndpoint. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can't end with a hyphen or contain two consecutive hyphens.
sourcepub fn vpc_security_group_ids(&self) -> Option<&[String]>
pub fn vpc_security_group_ids(&self) -> Option<&[String]>
The VPC security group IDs for the DB proxy endpoint. When the DB proxy endpoint uses a different VPC than the original proxy, you also specify a different set of security group IDs than for the original proxy.
Trait Implementations
sourceimpl Clone for ModifyDbProxyEndpointInput
impl Clone for ModifyDbProxyEndpointInput
sourcefn clone(&self) -> ModifyDbProxyEndpointInput
fn clone(&self) -> ModifyDbProxyEndpointInput
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 ModifyDbProxyEndpointInput
impl Debug for ModifyDbProxyEndpointInput
sourceimpl PartialEq<ModifyDbProxyEndpointInput> for ModifyDbProxyEndpointInput
impl PartialEq<ModifyDbProxyEndpointInput> for ModifyDbProxyEndpointInput
sourcefn eq(&self, other: &ModifyDbProxyEndpointInput) -> bool
fn eq(&self, other: &ModifyDbProxyEndpointInput) -> bool
impl StructuralPartialEq for ModifyDbProxyEndpointInput
Auto Trait Implementations
impl RefUnwindSafe for ModifyDbProxyEndpointInput
impl Send for ModifyDbProxyEndpointInput
impl Sync for ModifyDbProxyEndpointInput
impl Unpin for ModifyDbProxyEndpointInput
impl UnwindSafe for ModifyDbProxyEndpointInput
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