| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.withKey(String key)
The key of the tag.
|
Tag |
Tag.withPropagateAtLaunch(Boolean propagateAtLaunch)
Specifies whether the new tag will be applied to instances launched
after the tag is created.
|
Tag |
Tag.withResourceId(String resourceId)
The name of the Auto Scaling group.
|
Tag |
Tag.withResourceType(String resourceType)
The kind of resource to which the tag is applied.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateOrUpdateTagsRequest.getTags()
The tag to be created or updated.
|
List<Tag> |
DeleteTagsRequest.getTags()
Each tag should be defined by its resource type, resource ID, key,
value, and a propagate flag.
|
List<Tag> |
CreateAutoScalingGroupRequest.getTags()
The tag to be created or updated.
|
| Modifier and Type | Method and Description |
|---|---|
CreateOrUpdateTagsRequest |
CreateOrUpdateTagsRequest.withTags(Tag... tags)
The tag to be created or updated.
|
DeleteTagsRequest |
DeleteTagsRequest.withTags(Tag... tags)
Each tag should be defined by its resource type, resource ID, key,
value, and a propagate flag.
|
CreateAutoScalingGroupRequest |
CreateAutoScalingGroupRequest.withTags(Tag... tags)
The tag to be created or updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateOrUpdateTagsRequest.setTags(Collection<Tag> tags)
The tag to be created or updated.
|
void |
DeleteTagsRequest.setTags(Collection<Tag> tags)
Each tag should be defined by its resource type, resource ID, key,
value, and a propagate flag.
|
void |
CreateAutoScalingGroupRequest.setTags(Collection<Tag> tags)
The tag to be created or updated.
|
CreateOrUpdateTagsRequest |
CreateOrUpdateTagsRequest.withTags(Collection<Tag> tags)
The tag to be created or updated.
|
DeleteTagsRequest |
DeleteTagsRequest.withTags(Collection<Tag> tags)
Each tag should be defined by its resource type, resource ID, key,
value, and a propagate flag.
|
CreateAutoScalingGroupRequest |
CreateAutoScalingGroupRequest.withTags(Collection<Tag> tags)
The tag to be created or updated.
|
Copyright © 2014. All rights reserved.