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

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

Introduction

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

The text is from its open source code.

Method

StringgetActivityId()

The ID of the activity.

StringgetAutoScalingGroupName()

The name of the Auto Scaling group.

StringgetCause()

The reason the activity began.

StringgetDescription()

A friendly, more verbose description of the activity.

StringgetDetails()

The details about the activity.

java.util.DategetEndTime()

The end time of the activity.

IntegergetProgress()

A value between 0 and 100 that indicates the progress of the activity.

java.util.DategetStartTime()

The start time of the activity.

StringgetStatusCode()

The current status of the activity.

StringgetStatusMessage()

A friendly, more verbose description of the activity status.