pub struct WithdrawByoipCidr { /* private fields */ }Expand description
Fluent builder constructing a request to WithdrawByoipCidr.
Stops advertising an address range that is provisioned as an address pool. You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time.
It can take a few minutes before traffic to the specified addresses stops routing to Amazon Web Services because of propagation delays.
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
Implementations
sourceimpl WithdrawByoipCidr
impl WithdrawByoipCidr
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<WithdrawByoipCidr, AwsResponseRetryClassifier>, SdkError<WithdrawByoipCidrError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<WithdrawByoipCidr, AwsResponseRetryClassifier>, SdkError<WithdrawByoipCidrError>>
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<WithdrawByoipCidrOutput, SdkError<WithdrawByoipCidrError>>
pub async fn send(
self
) -> Result<WithdrawByoipCidrOutput, SdkError<WithdrawByoipCidrError>>
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.
Trait Implementations
sourceimpl Clone for WithdrawByoipCidr
impl Clone for WithdrawByoipCidr
sourcefn clone(&self) -> WithdrawByoipCidr
fn clone(&self) -> WithdrawByoipCidr
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more