| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
A list of tags that to add to the application.
|
List<Tag> |
ListTagsForResourceResponse.tags()
An array that lists all the tags that are associated with the application.
|
List<Tag> |
CreateApplicationRequest.tags()
List of tags to add to the application.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
A list of tags that to add to the application.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
An array that lists all the tags that are associated with the application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.tags(Tag... tags)
List of tags to add to the application.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
A list of tags that to add to the application.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
An array that lists all the tags that are associated with the application.
|
CreateApplicationRequest.Builder |
CreateApplicationRequest.Builder.tags(Collection<Tag> tags)
List of tags to add to the application.
|
Copyright © 2020. All rights reserved.