Struct aws_sdk_directconnect::client::fluent_builders::UpdateDirectConnectGatewayAssociation [−][src]
pub struct UpdateDirectConnectGatewayAssociation<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to UpdateDirectConnectGatewayAssociation.
Updates the specified attributes of the Direct Connect gateway association.
Add or remove prefixes from the association.
Implementations
impl<C, M, R> UpdateDirectConnectGatewayAssociation<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateDirectConnectGatewayAssociation<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<UpdateDirectConnectGatewayAssociationOutput, SdkError<UpdateDirectConnectGatewayAssociationError>> where
R::Policy: SmithyRetryPolicy<UpdateDirectConnectGatewayAssociationInputOperationOutputAlias, UpdateDirectConnectGatewayAssociationOutput, UpdateDirectConnectGatewayAssociationError, UpdateDirectConnectGatewayAssociationInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<UpdateDirectConnectGatewayAssociationOutput, SdkError<UpdateDirectConnectGatewayAssociationError>> where
R::Policy: SmithyRetryPolicy<UpdateDirectConnectGatewayAssociationInputOperationOutputAlias, UpdateDirectConnectGatewayAssociationOutput, UpdateDirectConnectGatewayAssociationError, UpdateDirectConnectGatewayAssociationInputOperationRetryAlias>,
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.
The ID of the Direct Connect gateway association.
The ID of the Direct Connect gateway association.
pub fn add_allowed_prefixes_to_direct_connect_gateway(
self,
inp: impl Into<RouteFilterPrefix>
) -> Self
pub fn add_allowed_prefixes_to_direct_connect_gateway(
self,
inp: impl Into<RouteFilterPrefix>
) -> Self
Appends an item to addAllowedPrefixesToDirectConnectGateway.
To override the contents of this collection use set_add_allowed_prefixes_to_direct_connect_gateway.
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
pub fn set_add_allowed_prefixes_to_direct_connect_gateway(
self,
input: Option<Vec<RouteFilterPrefix>>
) -> Self
pub fn set_add_allowed_prefixes_to_direct_connect_gateway(
self,
input: Option<Vec<RouteFilterPrefix>>
) -> Self
The Amazon VPC prefixes to advertise to the Direct Connect gateway.
pub fn remove_allowed_prefixes_to_direct_connect_gateway(
self,
inp: impl Into<RouteFilterPrefix>
) -> Self
pub fn remove_allowed_prefixes_to_direct_connect_gateway(
self,
inp: impl Into<RouteFilterPrefix>
) -> Self
Appends an item to removeAllowedPrefixesToDirectConnectGateway.
To override the contents of this collection use set_remove_allowed_prefixes_to_direct_connect_gateway.
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
pub fn set_remove_allowed_prefixes_to_direct_connect_gateway(
self,
input: Option<Vec<RouteFilterPrefix>>
) -> Self
pub fn set_remove_allowed_prefixes_to_direct_connect_gateway(
self,
input: Option<Vec<RouteFilterPrefix>>
) -> Self
The Amazon VPC prefixes to no longer advertise to the Direct Connect gateway.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for UpdateDirectConnectGatewayAssociation<C, M, R>
impl<C, M, R> Send for UpdateDirectConnectGatewayAssociation<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for UpdateDirectConnectGatewayAssociation<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for UpdateDirectConnectGatewayAssociation<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for UpdateDirectConnectGatewayAssociation<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more