Struct aws_sdk_chime::client::fluent_builders::UpdateGlobalSettings
source · [−]pub struct UpdateGlobalSettings { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateGlobalSettings.
Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.
Implementations
sourceimpl UpdateGlobalSettings
impl UpdateGlobalSettings
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<UpdateGlobalSettings, AwsResponseRetryClassifier>, SdkError<UpdateGlobalSettingsError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<UpdateGlobalSettings, AwsResponseRetryClassifier>, SdkError<UpdateGlobalSettingsError>>
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<UpdateGlobalSettingsOutput, SdkError<UpdateGlobalSettingsError>>
pub async fn send(
self
) -> Result<UpdateGlobalSettingsOutput, SdkError<UpdateGlobalSettingsError>>
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 business_calling(self, input: BusinessCallingSettings) -> Self
pub fn business_calling(self, input: BusinessCallingSettings) -> Self
The Amazon Chime Business Calling settings.
sourcepub fn set_business_calling(self, input: Option<BusinessCallingSettings>) -> Self
pub fn set_business_calling(self, input: Option<BusinessCallingSettings>) -> Self
The Amazon Chime Business Calling settings.
sourcepub fn voice_connector(self, input: VoiceConnectorSettings) -> Self
pub fn voice_connector(self, input: VoiceConnectorSettings) -> Self
The Amazon Chime Voice Connector settings.
sourcepub fn set_voice_connector(self, input: Option<VoiceConnectorSettings>) -> Self
pub fn set_voice_connector(self, input: Option<VoiceConnectorSettings>) -> Self
The Amazon Chime Voice Connector settings.
Trait Implementations
sourceimpl Clone for UpdateGlobalSettings
impl Clone for UpdateGlobalSettings
sourcefn clone(&self) -> UpdateGlobalSettings
fn clone(&self) -> UpdateGlobalSettings
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more