Uses of Class
software.amazon.awssdk.services.chatbot.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.chatbot AWS Chatbot APIsoftware.amazon.awssdk.services.chatbot.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>ChatbotAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Applies the supplied tags to a configuration.default TagResourceResponseChatbotClient. tagResource(TagResourceRequest tagResourceRequest)Applies the supplied tags to a configuration. -
Uses of TagResourceRequest in software.amazon.awssdk.services.chatbot.transform
Methods in software.amazon.awssdk.services.chatbot.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-