Struct aws_sdk_elasticsearch::input::ListDomainNamesInput
source · [−]#[non_exhaustive]pub struct ListDomainNamesInput { /* private fields */ }
Expand description
Container for the parameters to the
operation.ListDomainNames
Implementations
sourceimpl ListDomainNamesInput
impl ListDomainNamesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDomainNames, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDomainNames, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDomainNames
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDomainNamesInput
.
sourceimpl ListDomainNamesInput
impl ListDomainNamesInput
sourcepub fn engine_type(&self) -> Option<&EngineType>
pub fn engine_type(&self) -> Option<&EngineType>
Optional parameter to filter the output by domain engine type. Acceptable values are 'Elasticsearch' and 'OpenSearch'.
Trait Implementations
sourceimpl Clone for ListDomainNamesInput
impl Clone for ListDomainNamesInput
sourcefn clone(&self) -> ListDomainNamesInput
fn clone(&self) -> ListDomainNamesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListDomainNamesInput
impl Debug for ListDomainNamesInput
sourceimpl PartialEq<ListDomainNamesInput> for ListDomainNamesInput
impl PartialEq<ListDomainNamesInput> for ListDomainNamesInput
sourcefn eq(&self, other: &ListDomainNamesInput) -> bool
fn eq(&self, other: &ListDomainNamesInput) -> bool
impl StructuralPartialEq for ListDomainNamesInput
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
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