Struct aws_sdk_rds::client::fluent_builders::DescribeEventCategories
source · [−]pub struct DescribeEventCategories { /* private fields */ }Expand description
Fluent builder constructing a request to DescribeEventCategories.
Displays a list of categories for all event source types, or, if specified, for a specified source type. You can also see this list in the "Amazon RDS event categories and event messages" section of the Amazon RDS User Guide or the Amazon Aurora User Guide .
Implementations
sourceimpl DescribeEventCategories
impl DescribeEventCategories
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DescribeEventCategories, AwsResponseRetryClassifier>, SdkError<DescribeEventCategoriesError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DescribeEventCategories, AwsResponseRetryClassifier>, SdkError<DescribeEventCategoriesError>>
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<DescribeEventCategoriesOutput, SdkError<DescribeEventCategoriesError>>
pub async fn send(
self
) -> Result<DescribeEventCategoriesOutput, SdkError<DescribeEventCategoriesError>>
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 source_type(self, input: impl Into<String>) -> Self
pub fn source_type(self, input: impl Into<String>) -> Self
The type of source that is generating the events. For RDS Proxy events, specify db-proxy.
Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy
sourcepub fn set_source_type(self, input: Option<String>) -> Self
pub fn set_source_type(self, input: Option<String>) -> Self
The type of source that is generating the events. For RDS Proxy events, specify db-proxy.
Valid values: db-instance | db-cluster | db-parameter-group | db-security-group | db-snapshot | db-cluster-snapshot | db-proxy
sourcepub fn filters(self, input: Filter) -> Self
pub fn filters(self, input: Filter) -> Self
Appends an item to Filters.
To override the contents of this collection use set_filters.
This parameter isn't currently supported.
sourcepub fn set_filters(self, input: Option<Vec<Filter>>) -> Self
pub fn set_filters(self, input: Option<Vec<Filter>>) -> Self
This parameter isn't currently supported.
Trait Implementations
sourceimpl Clone for DescribeEventCategories
impl Clone for DescribeEventCategories
sourcefn clone(&self) -> DescribeEventCategories
fn clone(&self) -> DescribeEventCategories
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more