Package | Description |
---|---|
com.amazonaws.services.applicationdiscovery.model | |
com.amazonaws.services.applicationdiscovery.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Tag> |
DeleteTagsRequest.tags
Tags that you want to delete from one or more configuration items.
|
private java.util.List<Tag> |
CreateTagsRequest.tags
Tags that you want to associate with one or more configuration items.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(java.lang.String key)
A type of tag to filter on.
|
Tag |
Tag.withValue(java.lang.String value)
A value for a tag key to filter on.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Tag> |
DeleteTagsRequest.getTags()
Tags that you want to delete from one or more configuration items.
|
java.util.List<Tag> |
CreateTagsRequest.getTags()
Tags that you want to associate with one or more configuration items.
|
Modifier and Type | Method and Description |
---|---|
DeleteTagsRequest |
DeleteTagsRequest.withTags(Tag... tags)
Tags that you want to delete from one or more configuration items.
|
CreateTagsRequest |
CreateTagsRequest.withTags(Tag... tags)
Tags that you want to associate with one or more configuration items.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteTagsRequest.setTags(java.util.Collection<Tag> tags)
Tags that you want to delete from one or more configuration items.
|
void |
CreateTagsRequest.setTags(java.util.Collection<Tag> tags)
Tags that you want to associate with one or more configuration items.
|
DeleteTagsRequest |
DeleteTagsRequest.withTags(java.util.Collection<Tag> tags)
Tags that you want to delete from one or more configuration items.
|
CreateTagsRequest |
CreateTagsRequest.withTags(java.util.Collection<Tag> tags)
Tags that you want to associate with one or more configuration items.
|
Modifier and Type | Method and Description |
---|---|
Tag |
TagJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TagJsonMarshaller.marshall(Tag tag,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|