Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model |
Modifier and Type | Method and Description |
---|---|
TagKeyOnly |
TagKeyOnly.clone() |
TagKeyOnly |
TagKeyOnly.withKey(String key)
The name of the key.
|
Modifier and Type | Method and Description |
---|---|
List<TagKeyOnly> |
RemoveTagsRequest.getTags()
The list of tag keys to remove.
|
Modifier and Type | Method and Description |
---|---|
RemoveTagsRequest |
RemoveTagsRequest.withTags(TagKeyOnly... tags)
The list of tag keys to remove.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoveTagsRequest.setTags(Collection<TagKeyOnly> tags)
The list of tag keys to remove.
|
RemoveTagsRequest |
RemoveTagsRequest.withTags(Collection<TagKeyOnly> tags)
The list of tag keys to remove.
|
Copyright © 2018. All rights reserved.