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