Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing.model | |
com.amazonaws.services.elasticloadbalancing.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<TagKeyOnly> |
RemoveTagsRequest.tags
The list of tag keys to remove.
|
Modifier and Type | Method and Description |
---|---|
TagKeyOnly |
TagKeyOnly.clone() |
TagKeyOnly |
TagKeyOnly.withKey(java.lang.String key)
The name of the key.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<TagKeyOnly> tags)
The list of tag keys to remove.
|
RemoveTagsRequest |
RemoveTagsRequest.withTags(java.util.Collection<TagKeyOnly> tags)
The list of tag keys to remove.
|
Modifier and Type | Method and Description |
---|---|
TagKeyOnly |
TagKeyOnlyStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |