Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.TagResourceResponse
Packages that use TagResourceResponse
Package
Description
Contains APIs related to model invocation and querying of knowledge bases.
-
Uses of TagResourceResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return TagResourceResponseModifier and TypeMethodDescriptiondefault TagResourceResponseBedrockAgentRuntimeClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Associate tags with a resource.default TagResourceResponseBedrockAgentRuntimeClient.tagResource(TagResourceRequest tagResourceRequest) Associate tags with a resource.Methods in software.amazon.awssdk.services.bedrockagentruntime that return types with arguments of type TagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<TagResourceResponse>BedrockAgentRuntimeAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Associate tags with a resource.default CompletableFuture<TagResourceResponse>BedrockAgentRuntimeAsyncClient.tagResource(TagResourceRequest tagResourceRequest) Associate tags with a resource.