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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetAutoScalingGroupName(String autoScalingGroupName)

The name of the Auto Scaling group.

voidsetMaxRecords(Integer maxRecords)

The maximum number of items to return with this call.

voidsetNextToken(String nextToken)

The token for the next set of items to return.

DescribeScalingActivitiesRequestwithAutoScalingGroupName(String autoScalingGroupName)

The name of the Auto Scaling group.