Uses of Class
software.amazon.awssdk.services.bedrock.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of Tag in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateModelCustomizationJobRequest. customModelTags()Assign tags to the custom model.List<Tag>CreateModelCustomizationJobRequest. jobTags()Assign tags to the job.List<Tag>CreateProvisionedModelThroughputRequest. tags()Tags to associate with this provisioned throughput.List<Tag>ListTagsForResourceResponse. tags()An array of the tags associated with this resource.List<Tag>TagResourceRequest. tags()Tags to associate with the resource.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type Tag Modifier and Type Method Description CreateModelCustomizationJobRequest.BuilderCreateModelCustomizationJobRequest.Builder. customModelTags(Tag... customModelTags)Assign tags to the custom model.CreateModelCustomizationJobRequest.BuilderCreateModelCustomizationJobRequest.Builder. jobTags(Tag... jobTags)Assign tags to the job.CreateProvisionedModelThroughputRequest.BuilderCreateProvisionedModelThroughputRequest.Builder. tags(Tag... tags)Tags to associate with this provisioned throughput.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)An array of the tags associated with this resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)Tags to associate with the resource.Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type Tag Modifier and Type Method Description CreateModelCustomizationJobRequest.BuilderCreateModelCustomizationJobRequest.Builder. customModelTags(Collection<Tag> customModelTags)Assign tags to the custom model.CreateModelCustomizationJobRequest.BuilderCreateModelCustomizationJobRequest.Builder. jobTags(Collection<Tag> jobTags)Assign tags to the job.CreateProvisionedModelThroughputRequest.BuilderCreateProvisionedModelThroughputRequest.Builder. tags(Collection<Tag> tags)Tags to associate with this provisioned throughput.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)An array of the tags associated with this resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)Tags to associate with the resource.
-