Package | Description |
---|---|
com.amazonaws.services.autoscaling.model |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag key.
|
Tag |
Tag.withPropagateAtLaunch(Boolean propagateAtLaunch)
Determines whether the tag is added to new instances as they are launched
in the group.
|
Tag |
Tag.withResourceId(String resourceId)
The name of the group.
|
Tag |
Tag.withResourceType(String resourceType)
The type of resource.
|
Tag |
Tag.withValue(String value)
The tag value.
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
CreateOrUpdateTagsRequest.getTags()
One or more tags.
|
List<Tag> |
CreateAutoScalingGroupRequest.getTags()
One or more tags.
|
List<Tag> |
DeleteTagsRequest.getTags()
One or more tags.
|
Modifier and Type | Method and Description |
---|---|
CreateOrUpdateTagsRequest |
CreateOrUpdateTagsRequest.withTags(Tag... tags)
One or more tags.
|
CreateAutoScalingGroupRequest |
CreateAutoScalingGroupRequest.withTags(Tag... tags)
One or more tags.
|
DeleteTagsRequest |
DeleteTagsRequest.withTags(Tag... tags)
One or more tags.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateOrUpdateTagsRequest.setTags(Collection<Tag> tags)
One or more tags.
|
void |
CreateAutoScalingGroupRequest.setTags(Collection<Tag> tags)
One or more tags.
|
void |
DeleteTagsRequest.setTags(Collection<Tag> tags)
One or more tags.
|
CreateOrUpdateTagsRequest |
CreateOrUpdateTagsRequest.withTags(Collection<Tag> tags)
One or more tags.
|
CreateAutoScalingGroupRequest |
CreateAutoScalingGroupRequest.withTags(Collection<Tag> tags)
One or more tags.
|
DeleteTagsRequest |
DeleteTagsRequest.withTags(Collection<Tag> tags)
One or more tags.
|
Copyright © 2018. All rights reserved.