Struct aws_sdk_iot::client::fluent_builders::DescribeIndex
source · pub struct DescribeIndex { /* private fields */ }
Expand description
Fluent builder constructing a request to DescribeIndex
.
Describes a search index.
Requires permission to access the DescribeIndex action.
Implementations§
source§impl DescribeIndex
impl DescribeIndex
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeIndex, AwsResponseRetryClassifier>, SdkError<DescribeIndexError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DescribeIndex, AwsResponseRetryClassifier>, SdkError<DescribeIndexError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<DescribeIndexOutput, SdkError<DescribeIndexError>>
pub async fn send(
self
) -> Result<DescribeIndexOutput, SdkError<DescribeIndexError>>
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.
sourcepub fn index_name(self, input: impl Into<String>) -> Self
pub fn index_name(self, input: impl Into<String>) -> Self
The index name.
sourcepub fn set_index_name(self, input: Option<String>) -> Self
pub fn set_index_name(self, input: Option<String>) -> Self
The index name.
Trait Implementations§
source§impl Clone for DescribeIndex
impl Clone for DescribeIndex
source§fn clone(&self) -> DescribeIndex
fn clone(&self) -> DescribeIndex
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more