Struct aws_sdk_xray::client::fluent_builders::UpdateGroup [−][src]
pub struct UpdateGroup<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to UpdateGroup
.
Updates a group resource.
Implementations
impl<C, M, R> UpdateGroup<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> UpdateGroup<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(self) -> Result<UpdateGroupOutput, SdkError<UpdateGroupError>> where
R::Policy: SmithyRetryPolicy<UpdateGroupInputOperationOutputAlias, UpdateGroupOutput, UpdateGroupError, UpdateGroupInputOperationRetryAlias>,
pub async fn send(self) -> Result<UpdateGroupOutput, SdkError<UpdateGroupError>> where
R::Policy: SmithyRetryPolicy<UpdateGroupInputOperationOutputAlias, UpdateGroupOutput, UpdateGroupError, UpdateGroupInputOperationRetryAlias>,
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.
The case-sensitive name of the group.
The case-sensitive name of the group.
The ARN that was generated upon creation.
The ARN that was generated upon creation.
The updated filter expression defining criteria by which to group traces.
The updated filter expression defining criteria by which to group traces.
The structure containing configurations related to insights.
-
The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
-
The NotifcationsEnabled boolean can be set to true to enable insights notifications for the group. Notifications can only be enabled on a group with InsightsEnabled set to true.
The structure containing configurations related to insights.
-
The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
-
The NotifcationsEnabled boolean can be set to true to enable insights notifications for the group. Notifications can only be enabled on a group with InsightsEnabled set to true.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for UpdateGroup<C, M, R>
impl<C, M, R> Unpin for UpdateGroup<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for UpdateGroup<C, M, R>
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