Struct aws_sdk_worklink::client::fluent_builders::DisassociateDomain
source · [−]pub struct DisassociateDomain { /* private fields */ }Amazon WorkLink is no longer supported. This will be removed in a future version of the SDK.
Expand description
Fluent builder constructing a request to DisassociateDomain.
Disassociates a domain from Amazon WorkLink. End users lose the ability to access the domain with Amazon WorkLink.
Implementations
sourceimpl DisassociateDomain
impl DisassociateDomain
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<DisassociateDomain, AwsResponseRetryClassifier>, SdkError<DisassociateDomainError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<DisassociateDomain, AwsResponseRetryClassifier>, SdkError<DisassociateDomainError>>
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<DisassociateDomainOutput, SdkError<DisassociateDomainError>>
pub async fn send(
self
) -> Result<DisassociateDomainOutput, SdkError<DisassociateDomainError>>
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_fleet_arn(self, input: Option<String>) -> Self
pub fn set_fleet_arn(self, input: Option<String>) -> Self
The ARN of the fleet.
sourcepub fn domain_name(self, input: impl Into<String>) -> Self
pub fn domain_name(self, input: impl Into<String>) -> Self
The name of the domain.
sourcepub fn set_domain_name(self, input: Option<String>) -> Self
pub fn set_domain_name(self, input: Option<String>) -> Self
The name of the domain.
Trait Implementations
sourceimpl Clone for DisassociateDomain
impl Clone for DisassociateDomain
sourcefn clone(&self) -> DisassociateDomain
fn clone(&self) -> DisassociateDomain
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more