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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetAutoScalingGroupNames()

The names of the Auto Scaling groups.

voidsetAutoScalingGroupNames(java.util.Collection autoScalingGroupNames)

The names of the Auto Scaling groups.

voidsetNextToken(String nextToken)

The token for the next set of items to return.

DescribeAutoScalingGroupsRequestwithAutoScalingGroupNames(String... autoScalingGroupNames)

The names of the Auto Scaling groups.

DescribeAutoScalingGroupsRequestwithAutoScalingGroupNames( java.util.Collection autoScalingGroupNames)

The names of the Auto Scaling groups.

DescribeAutoScalingGroupsRequestwithNextToken(String nextToken)

The token for the next set of items to return.