Struct aws_sdk_rds::client::fluent_builders::DeleteDBProxyEndpoint
source · [−]pub struct DeleteDBProxyEndpoint { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteDBProxyEndpoint.
Deletes a DBProxyEndpoint. Doing so removes the ability to access the DB proxy using the endpoint that you defined. The endpoint that you delete might have provided capabilities such as read/write or read-only operations, or using a different VPC than the DB proxy's default VPC.
Implementations
sourceimpl DeleteDBProxyEndpoint
impl DeleteDBProxyEndpoint
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteDBProxyEndpoint, AwsResponseRetryClassifier>, SdkError<DeleteDBProxyEndpointError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeleteDBProxyEndpoint, AwsResponseRetryClassifier>, SdkError<DeleteDBProxyEndpointError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DeleteDbProxyEndpointOutput, SdkError<DeleteDBProxyEndpointError>>
pub async fn send(
self
) -> Result<DeleteDbProxyEndpointOutput, SdkError<DeleteDBProxyEndpointError>>
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.
sourcepub fn db_proxy_endpoint_name(self, input: impl Into<String>) -> Self
pub fn db_proxy_endpoint_name(self, input: impl Into<String>) -> Self
The name of the DB proxy endpoint to delete.
sourcepub fn set_db_proxy_endpoint_name(self, input: Option<String>) -> Self
pub fn set_db_proxy_endpoint_name(self, input: Option<String>) -> Self
The name of the DB proxy endpoint to delete.
Trait Implementations
sourceimpl Clone for DeleteDBProxyEndpoint
impl Clone for DeleteDBProxyEndpoint
sourcefn clone(&self) -> DeleteDBProxyEndpoint
fn clone(&self) -> DeleteDBProxyEndpoint
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more