Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Tag> |
DeleteTagsRequest.tags
One or more tags.
|
private SdkInternalList<Tag> |
CreateOrUpdateTagsRequest.tags
One or more tags.
|
private SdkInternalList<Tag> |
CreateAutoScalingGroupRequest.tags
One or more tags.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
The tag key.
|
Tag |
Tag.withPropagateAtLaunch(java.lang.Boolean propagateAtLaunch)
Determines whether the tag is added to new instances as they are launched
in the group.
|
Tag |
Tag.withResourceId(java.lang.String resourceId)
The name of the group.
|
Tag |
Tag.withResourceType(java.lang.String resourceType)
The type of resource.
|
Tag |
Tag.withValue(java.lang.String value)
The tag value.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
DeleteTagsRequest.getTags()
One or more tags.
|
java.util.List<Tag> |
CreateOrUpdateTagsRequest.getTags()
One or more tags.
|
java.util.List<Tag> |
CreateAutoScalingGroupRequest.getTags()
One or more tags.
|
Modifier and Type | Method and Description |
---|---|
DeleteTagsRequest |
DeleteTagsRequest.withTags(Tag... tags)
One or more tags.
|
CreateOrUpdateTagsRequest |
CreateOrUpdateTagsRequest.withTags(Tag... tags)
One or more tags.
|
CreateAutoScalingGroupRequest |
CreateAutoScalingGroupRequest.withTags(Tag... tags)
One or more tags.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteTagsRequest.setTags(java.util.Collection<Tag> tags)
One or more tags.
|
void |
CreateOrUpdateTagsRequest.setTags(java.util.Collection<Tag> tags)
One or more tags.
|
void |
CreateAutoScalingGroupRequest.setTags(java.util.Collection<Tag> tags)
One or more tags.
|
DeleteTagsRequest |
DeleteTagsRequest.withTags(java.util.Collection<Tag> tags)
One or more tags.
|
CreateOrUpdateTagsRequest |
CreateOrUpdateTagsRequest.withTags(java.util.Collection<Tag> tags)
One or more tags.
|
CreateAutoScalingGroupRequest |
CreateAutoScalingGroupRequest.withTags(java.util.Collection<Tag> tags)
One or more tags.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |