| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
One part of a key-value pair that defines a tag.
|
Tag |
Tag.withValue(String value)
The optional part of a key-value pair that defines a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
A list of tags that to add to the application.
|
List<Tag> |
ListTagsForResourceResult.getTags()
An array that lists all the tags that are associated with the application.
|
List<Tag> |
CreateApplicationRequest.getTags()
List of tags to add to the application.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
A list of tags that to add to the application.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
An array that lists all the tags that are associated with the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Tag... tags)
List of tags to add to the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
A list of tags that to add to the application.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
An array that lists all the tags that are associated with the application.
|
void |
CreateApplicationRequest.setTags(Collection<Tag> tags)
List of tags to add to the application.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
A list of tags that to add to the application.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
An array that lists all the tags that are associated with the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Collection<Tag> tags)
List of tags to add to the application.
|
Copyright © 2023. All rights reserved.