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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetAutoScalingGroupName()

The name of the Auto Scaling group.

voidsetAutoScalingGroupName(String autoScalingGroupName)

The name of the Auto Scaling group.

voidsetForceDelete(Boolean forceDelete)

Specifies that the group is to be deleted along with all instances associated with the group, without waiting for all instances to be terminated.

DeleteAutoScalingGroupRequestwithAutoScalingGroupName(String autoScalingGroupName)

The name of the Auto Scaling group.