Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.lexmodelsv2 -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseLexModelsV2Client. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified resource.default TagResourceResponseLexModelsV2Client. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.Methods in software.amazon.awssdk.services.lexmodelsv2 that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>LexModelsV2AsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds the specified tags to the specified resource.default CompletableFuture<TagResourceResponse>LexModelsV2AsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.
-