Struct aws_sdk_directory::client::fluent_builders::UpdateTrust
source · [−]pub struct UpdateTrust { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateTrust.
Updates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active Directory.
Implementations
sourceimpl UpdateTrust
impl UpdateTrust
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<UpdateTrust, AwsResponseRetryClassifier>, SdkError<UpdateTrustError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<UpdateTrust, AwsResponseRetryClassifier>, SdkError<UpdateTrustError>>
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<UpdateTrustOutput, SdkError<UpdateTrustError>>
pub async fn send(self) -> Result<UpdateTrustOutput, SdkError<UpdateTrustError>>
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 set_trust_id(self, input: Option<String>) -> Self
pub fn set_trust_id(self, input: Option<String>) -> Self
Identifier of the trust relationship.
sourcepub fn selective_auth(self, input: SelectiveAuth) -> Self
pub fn selective_auth(self, input: SelectiveAuth) -> Self
Updates selective authentication for the trust.
sourcepub fn set_selective_auth(self, input: Option<SelectiveAuth>) -> Self
pub fn set_selective_auth(self, input: Option<SelectiveAuth>) -> Self
Updates selective authentication for the trust.
Trait Implementations
sourceimpl Clone for UpdateTrust
impl Clone for UpdateTrust
sourcefn clone(&self) -> UpdateTrust
fn clone(&self) -> UpdateTrust
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more