Struct aws_sdk_cloudsearch::input::ListDomainNamesInput [−][src]
#[non_exhaustive]pub struct ListDomainNamesInput {}Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDomainNames, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDomainNames, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListDomainNames>
Creates a new builder-style object to manufacture ListDomainNamesInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ListDomainNamesInput
impl Send for ListDomainNamesInput
impl Sync for ListDomainNamesInput
impl Unpin for ListDomainNamesInput
impl UnwindSafe for ListDomainNamesInput
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