Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.bedrockagent An example service, deployed with the Octane Service creator, which will echo the string -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseBedrockAgentClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List tags for a resourcedefault ListTagsForResourceResponseBedrockAgentClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List tags for a resourceMethods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>BedrockAgentAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List tags for a resourcedefault CompletableFuture<ListTagsForResourceResponse>BedrockAgentAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List tags for a resource
-