pub struct BatchDeletePhoneNumber { /* private fields */ }Expand description
Fluent builder constructing a request to BatchDeletePhoneNumber.
Moves phone numbers into the Deletion queue. Phone numbers must be disassociated from any users or Amazon Chime Voice Connectors before they can be deleted.
Phone numbers remain in the Deletion queue for 7 days before they are deleted permanently.
Implementations
sourceimpl BatchDeletePhoneNumber
impl BatchDeletePhoneNumber
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<BatchDeletePhoneNumber, AwsResponseRetryClassifier>, SdkError<BatchDeletePhoneNumberError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<BatchDeletePhoneNumber, AwsResponseRetryClassifier>, SdkError<BatchDeletePhoneNumberError>>
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<BatchDeletePhoneNumberOutput, SdkError<BatchDeletePhoneNumberError>>
pub async fn send(
self
) -> Result<BatchDeletePhoneNumberOutput, SdkError<BatchDeletePhoneNumberError>>
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 phone_number_ids(self, input: impl Into<String>) -> Self
pub fn phone_number_ids(self, input: impl Into<String>) -> Self
Appends an item to PhoneNumberIds.
To override the contents of this collection use set_phone_number_ids.
List of phone number IDs.
sourcepub fn set_phone_number_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_phone_number_ids(self, input: Option<Vec<String>>) -> Self
List of phone number IDs.
Trait Implementations
sourceimpl Clone for BatchDeletePhoneNumber
impl Clone for BatchDeletePhoneNumber
sourcefn clone(&self) -> BatchDeletePhoneNumber
fn clone(&self) -> BatchDeletePhoneNumber
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more