Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of Tag in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>StartAsyncInvokeRequest. tags()Tags to apply to the invocation.Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type Tag Modifier and Type Method Description StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest.Builder. tags(Tag... tags)Tags to apply to the invocation.Method parameters in software.amazon.awssdk.services.bedrockruntime.model with type arguments of type Tag Modifier and Type Method Description StartAsyncInvokeRequest.BuilderStartAsyncInvokeRequest.Builder. tags(Collection<Tag> tags)Tags to apply to the invocation.
-