pub struct DeleteParametersFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteParameters
.
Delete a list of parameters. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
Implementations§
source§impl DeleteParametersFluentBuilder
impl DeleteParametersFluentBuilder
sourcepub fn as_input(&self) -> &DeleteParametersInputBuilder
pub fn as_input(&self) -> &DeleteParametersInputBuilder
Access the DeleteParameters as a reference.
sourcepub async fn send(
self
) -> Result<DeleteParametersOutput, SdkError<DeleteParametersError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteParametersOutput, SdkError<DeleteParametersError, HttpResponse>>
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 async fn customize(
self
) -> Result<CustomizableOperation<DeleteParametersOutput, DeleteParametersError, Self>, SdkError<DeleteParametersError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DeleteParametersOutput, DeleteParametersError, Self>, SdkError<DeleteParametersError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn names(self, input: impl Into<String>) -> Self
pub fn names(self, input: impl Into<String>) -> Self
Appends an item to Names
.
To override the contents of this collection use set_names
.
The names of the parameters to delete. After deleting a parameter, wait for at least 30 seconds to create a parameter with the same name.
Trait Implementations§
source§impl Clone for DeleteParametersFluentBuilder
impl Clone for DeleteParametersFluentBuilder
source§fn clone(&self) -> DeleteParametersFluentBuilder
fn clone(&self) -> DeleteParametersFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more