| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationdiscovery |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteTagsResponse |
ApplicationDiscoveryClient.deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)
Deletes the association between configuration items and one or more tags.
|
default DeleteTagsResponse |
ApplicationDiscoveryClient.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the association between configuration items and one or more tags.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteTagsResponse> |
ApplicationDiscoveryAsyncClient.deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)
Deletes the association between configuration items and one or more tags.
|
default CompletableFuture<DeleteTagsResponse> |
ApplicationDiscoveryAsyncClient.deleteTags(DeleteTagsRequest deleteTagsRequest)
Deletes the association between configuration items and one or more tags.
|
Copyright © 2023. All rights reserved.