Uses of Class
software.amazon.awssdk.services.bedrockagent.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
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 all the tags for the resource you specify.default ListTagsForResourceResponseBedrockAgentClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List all the tags for the resource you specify.Methods 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 all the tags for the resource you specify.default CompletableFuture<ListTagsForResourceResponse>BedrockAgentAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List all the tags for the resource you specify.
-