pub struct ValidateSecurityProfileBehaviors { /* private fields */ }
Expand description
Fluent builder constructing a request to ValidateSecurityProfileBehaviors
.
Validates a Device Defender security profile behaviors specification.
Requires permission to access the ValidateSecurityProfileBehaviors action.
Implementations§
source§impl ValidateSecurityProfileBehaviors
impl ValidateSecurityProfileBehaviors
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<ValidateSecurityProfileBehaviors, AwsResponseRetryClassifier>, SdkError<ValidateSecurityProfileBehaviorsError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<ValidateSecurityProfileBehaviors, AwsResponseRetryClassifier>, SdkError<ValidateSecurityProfileBehaviorsError>>
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<ValidateSecurityProfileBehaviorsOutput, SdkError<ValidateSecurityProfileBehaviorsError>>
pub async fn send(
self
) -> Result<ValidateSecurityProfileBehaviorsOutput, SdkError<ValidateSecurityProfileBehaviorsError>>
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 behaviors(self, input: Behavior) -> Self
pub fn behaviors(self, input: Behavior) -> Self
Appends an item to behaviors
.
To override the contents of this collection use set_behaviors
.
Specifies the behaviors that, when violated by a device (thing), cause an alert.
sourcepub fn set_behaviors(self, input: Option<Vec<Behavior>>) -> Self
pub fn set_behaviors(self, input: Option<Vec<Behavior>>) -> Self
Specifies the behaviors that, when violated by a device (thing), cause an alert.
Trait Implementations§
source§impl Clone for ValidateSecurityProfileBehaviors
impl Clone for ValidateSecurityProfileBehaviors
source§fn clone(&self) -> ValidateSecurityProfileBehaviors
fn clone(&self) -> ValidateSecurityProfileBehaviors
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more