Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>LexModelBuildingAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource.default TagResourceResponseLexModelBuildingClient. tagResource(TagResourceRequest tagResourceRequest)Adds the specified tags to the specified resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-