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