Uses of Class
software.amazon.awssdk.services.bedrock.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseBedrockClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List the tags associated with the specified resource.default ListTagsForResourceResponseBedrockClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List the tags associated with the specified resource.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>BedrockAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)List the tags associated with the specified resource.default CompletableFuture<ListTagsForResourceResponse>BedrockAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)List the tags associated with the specified resource.
-