Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseBedrockAgentRuntimeClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List all the tags for the resource you specify.default ListTagsForResourceResponseBedrockAgentRuntimeClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List all the tags for the resource you specify.Methods in software.amazon.awssdk.services.bedrockagentruntime that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>BedrockAgentRuntimeAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List all the tags for the resource you specify.default CompletableFuture<ListTagsForResourceResponse>BedrockAgentRuntimeAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List all the tags for the resource you specify.
-