Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseLexModelsV2Client. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a bot, bot alias, or bot channel.default UntagResourceResponseLexModelsV2Client. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a bot, bot alias, or bot channel.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>LexModelsV2AsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes tags from a bot, bot alias, or bot channel.default CompletableFuture<UntagResourceResponse>LexModelsV2AsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes tags from a bot, bot alias, or bot channel.
-