Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.DeleteTagsResponse
-
Packages that use DeleteTagsResponse Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service -
-
Uses of DeleteTagsResponse in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery that return DeleteTagsResponse Modifier and Type Method Description default DeleteTagsResponseApplicationDiscoveryClient. deleteTags(Consumer<DeleteTagsRequest.Builder> deleteTagsRequest)Deletes the association between configuration items and one or more tags.default DeleteTagsResponseApplicationDiscoveryClient. deleteTags(DeleteTagsRequest deleteTagsRequest)Deletes the association between configuration items and one or more tags.Methods in software.amazon.awssdk.services.applicationdiscovery that return types with arguments of type DeleteTagsResponse Modifier and Type Method 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.
-