Struct aws_sdk_backupgateway::client::fluent_builders::CreateGateway [−][src]
pub struct CreateGateway<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to CreateGateway
.
Creates a backup gateway. After you create a gateway, you can associate it with a server using the AssociateGatewayToServer
operation.
Implementations
impl<C, M, R> CreateGateway<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateGateway<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateGatewayOutput, SdkError<CreateGatewayError>> where
R::Policy: SmithyRetryPolicy<CreateGatewayInputOperationOutputAlias, CreateGatewayOutput, CreateGatewayError, CreateGatewayInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateGatewayOutput, SdkError<CreateGatewayError>> where
R::Policy: SmithyRetryPolicy<CreateGatewayInputOperationOutputAlias, CreateGatewayOutput, CreateGatewayError, CreateGatewayInputOperationRetryAlias>,
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 activation key of the created gateway.
The activation key of the created gateway.
The display name of the created gateway.
The display name of the created gateway.
The type of created gateway.
The type of created gateway.
Appends an item to Tags
.
To override the contents of this collection use set_tags
.
A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.
A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for CreateGateway<C, M, R>
impl<C, M, R> Unpin for CreateGateway<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for CreateGateway<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