Package | Description |
---|---|
com.amazonaws.services.applicationdiscovery.model |
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
A type of tag to filter on.
|
Tag |
Tag.withValue(String value)
A value for a tag key to filter on.
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
CreateTagsRequest.getTags()
Tags that you want to associate with one or more configuration items.
|
List<Tag> |
DeleteTagsRequest.getTags()
Tags that you want to delete from one or more configuration items.
|
Modifier and Type | Method and Description |
---|---|
CreateTagsRequest |
CreateTagsRequest.withTags(Tag... tags)
Tags that you want to associate with one or more configuration items.
|
DeleteTagsRequest |
DeleteTagsRequest.withTags(Tag... tags)
Tags that you want to delete from one or more configuration items.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateTagsRequest.setTags(Collection<Tag> tags)
Tags that you want to associate with one or more configuration items.
|
void |
DeleteTagsRequest.setTags(Collection<Tag> tags)
Tags that you want to delete from one or more configuration items.
|
CreateTagsRequest |
CreateTagsRequest.withTags(Collection<Tag> tags)
Tags that you want to associate with one or more configuration items.
|
DeleteTagsRequest |
DeleteTagsRequest.withTags(Collection<Tag> tags)
Tags that you want to delete from one or more configuration items.
|
Copyright © 2018. All rights reserved.