Uses of Class
software.amazon.awssdk.services.bedrock.model.TagResourceRequest
-
Packages that use TagResourceRequest 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 TagResourceRequest in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock with parameters of type TagResourceRequest Modifier and Type Method Description default CompletableFuture<TagResourceResponse>BedrockAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associate tags with a resource.default TagResourceResponseBedrockClient. tagResource(TagResourceRequest tagResourceRequest)Associate tags with a resource. -
Uses of TagResourceRequest in software.amazon.awssdk.services.bedrock.transform
Methods in software.amazon.awssdk.services.bedrock.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-