Java com.amazonaws.services.autoscaling.model DetachInstancesRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.autoscaling.model DetachInstancesRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.autoscaling.model DetachInstancesRequest.

The text is from its open source code.

Constructor

Method

StringgetAutoScalingGroupName()

The name of the Auto Scaling group.

BooleangetShouldDecrementDesiredCapacity()

Indicates whether the Auto Scaling group decrements the desired capacity value by the number of instances detached.

voidsetAutoScalingGroupName(String autoScalingGroupName)

The name of the Auto Scaling group.

voidsetInstanceIds(java.util.Collection instanceIds)

The IDs of the instances.

voidsetShouldDecrementDesiredCapacity(Boolean shouldDecrementDesiredCapacity)

Indicates whether the Auto Scaling group decrements the desired capacity value by the number of instances detached.

DetachInstancesRequestwithAutoScalingGroupName(String autoScalingGroupName)

The name of the Auto Scaling group.