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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetKey()

The tag key.

StringgetValue()

The tag value.

voidsetKey(String key)

The tag key.

voidsetValue(String value)

The tag value.

TagwithPropagateAtLaunch(Boolean propagateAtLaunch)

Determines whether the tag is added to new instances as they are launched in the group.