aws-sdk-odb 1.26.0

AWS SDK for odb
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`AcceptMarketplaceRegistration`](crate::operation::accept_marketplace_registration::builders::AcceptMarketplaceRegistrationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`marketplace_registration_token(impl Into<String>)`](crate::operation::accept_marketplace_registration::builders::AcceptMarketplaceRegistrationFluentBuilder::marketplace_registration_token) / [`set_marketplace_registration_token(Option<String>)`](crate::operation::accept_marketplace_registration::builders::AcceptMarketplaceRegistrationFluentBuilder::set_marketplace_registration_token):<br>required: **true**<br><p>The registration token that's generated by Amazon Web Services Marketplace and sent to Oracle Database@Amazon Web Services.</p><br>
    /// - On success, responds with [`AcceptMarketplaceRegistrationOutput`](crate::operation::accept_marketplace_registration::AcceptMarketplaceRegistrationOutput)
    /// - On failure, responds with [`SdkError<AcceptMarketplaceRegistrationError>`](crate::operation::accept_marketplace_registration::AcceptMarketplaceRegistrationError)
    pub fn accept_marketplace_registration(
        &self,
    ) -> crate::operation::accept_marketplace_registration::builders::AcceptMarketplaceRegistrationFluentBuilder {
        crate::operation::accept_marketplace_registration::builders::AcceptMarketplaceRegistrationFluentBuilder::new(self.handle.clone())
    }
}