Struct aws_sdk_directconnect::client::fluent_builders::DeleteLag
source · [−]pub struct DeleteLag { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteLag.
Deletes the specified link aggregation group (LAG). You cannot delete a LAG if it has active virtual interfaces or hosted connections.
Implementations
sourceimpl DeleteLag
impl DeleteLag
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DeleteLag, AwsResponseRetryClassifier>, SdkError<DeleteLagError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DeleteLag, AwsResponseRetryClassifier>, SdkError<DeleteLagError>>
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<DeleteLagOutput, SdkError<DeleteLagError>>
pub async fn send(self) -> Result<DeleteLagOutput, SdkError<DeleteLagError>>
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 set_lag_id(self, input: Option<String>) -> Self
pub fn set_lag_id(self, input: Option<String>) -> Self
The ID of the LAG.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DeleteLag
impl Send for DeleteLag
impl Sync for DeleteLag
impl Unpin for DeleteLag
impl !UnwindSafe for DeleteLag
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