pub struct ResumeProcesses { /* private fields */ }Expand description
Fluent builder constructing a request to ResumeProcesses.
Resumes the specified suspended auto scaling processes, or all suspended process, for the specified Auto Scaling group.
For more information, see Suspending and resuming scaling processes in the Amazon EC2 Auto Scaling User Guide.
Implementations§
source§impl ResumeProcesses
impl ResumeProcesses
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<ResumeProcesses, AwsResponseRetryClassifier>, SdkError<ResumeProcessesError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<ResumeProcesses, AwsResponseRetryClassifier>, SdkError<ResumeProcessesError>>
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<ResumeProcessesOutput, SdkError<ResumeProcessesError>>
pub async fn send(
self
) -> Result<ResumeProcessesOutput, SdkError<ResumeProcessesError>>
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 auto_scaling_group_name(self, input: impl Into<String>) -> Self
pub fn auto_scaling_group_name(self, input: impl Into<String>) -> Self
The name of the Auto Scaling group.
sourcepub fn set_auto_scaling_group_name(self, input: Option<String>) -> Self
pub fn set_auto_scaling_group_name(self, input: Option<String>) -> Self
The name of the Auto Scaling group.
sourcepub fn scaling_processes(self, input: impl Into<String>) -> Self
pub fn scaling_processes(self, input: impl Into<String>) -> Self
Appends an item to ScalingProcesses.
To override the contents of this collection use set_scaling_processes.
One or more of the following processes:
-
Launch -
Terminate -
AddToLoadBalancer -
AlarmNotification -
AZRebalance -
HealthCheck -
InstanceRefresh -
ReplaceUnhealthy -
ScheduledActions
If you omit this property, all processes are specified.
sourcepub fn set_scaling_processes(self, input: Option<Vec<String>>) -> Self
pub fn set_scaling_processes(self, input: Option<Vec<String>>) -> Self
One or more of the following processes:
-
Launch -
Terminate -
AddToLoadBalancer -
AlarmNotification -
AZRebalance -
HealthCheck -
InstanceRefresh -
ReplaceUnhealthy -
ScheduledActions
If you omit this property, all processes are specified.
Trait Implementations§
source§impl Clone for ResumeProcesses
impl Clone for ResumeProcesses
source§fn clone(&self) -> ResumeProcesses
fn clone(&self) -> ResumeProcesses
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more