| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
DeleteTagsRequest.tags()
Tags that you want to delete from one or more configuration items.
|
List<Tag> |
CreateTagsRequest.tags()
Tags that you want to associate with one or more configuration items.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsRequest.Builder |
DeleteTagsRequest.Builder.tags(Tag... tags)
Tags that you want to delete from one or more configuration items.
|
CreateTagsRequest.Builder |
CreateTagsRequest.Builder.tags(Tag... tags)
Tags that you want to associate with one or more configuration items.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteTagsRequest.Builder |
DeleteTagsRequest.Builder.tags(Collection<Tag> tags)
Tags that you want to delete from one or more configuration items.
|
CreateTagsRequest.Builder |
CreateTagsRequest.Builder.tags(Collection<Tag> tags)
Tags that you want to associate with one or more configuration items.
|
Copyright © 2023. All rights reserved.