Uses of Class
software.amazon.awssdk.services.apprunner.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of Tag in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateAutoScalingConfigurationRequest. tags()A list of metadata items that you can associate with your auto scaling configuration resource.List<Tag>CreateConnectionRequest. tags()A list of metadata items that you can associate with your connection resource.List<Tag>CreateObservabilityConfigurationRequest. tags()A list of metadata items that you can associate with your observability configuration resource.List<Tag>CreateServiceRequest. tags()An optional list of metadata items that you can associate with the App Runner service resource.List<Tag>CreateVpcConnectorRequest. tags()A list of metadata items that you can associate with your VPC connector resource.List<Tag>CreateVpcIngressConnectionRequest. tags()An optional list of metadata items that you can associate with the VPC Ingress Connection resource.List<Tag>ListTagsForResourceResponse. tags()A list of the tag key-value pairs that are associated with the resource.List<Tag>TagResourceRequest. tags()A list of tag key-value pairs to add or update.Methods in software.amazon.awssdk.services.apprunner.model with parameters of type Tag Modifier and Type Method Description CreateAutoScalingConfigurationRequest.BuilderCreateAutoScalingConfigurationRequest.Builder. tags(Tag... tags)A list of metadata items that you can associate with your auto scaling configuration resource.CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. tags(Tag... tags)A list of metadata items that you can associate with your connection resource.CreateObservabilityConfigurationRequest.BuilderCreateObservabilityConfigurationRequest.Builder. tags(Tag... tags)A list of metadata items that you can associate with your observability configuration resource.CreateServiceRequest.BuilderCreateServiceRequest.Builder. tags(Tag... tags)An optional list of metadata items that you can associate with the App Runner service resource.CreateVpcConnectorRequest.BuilderCreateVpcConnectorRequest.Builder. tags(Tag... tags)A list of metadata items that you can associate with your VPC connector resource.CreateVpcIngressConnectionRequest.BuilderCreateVpcIngressConnectionRequest.Builder. tags(Tag... tags)An optional list of metadata items that you can associate with the VPC Ingress Connection resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of the tag key-value pairs that are associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tag key-value pairs to add or update.Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type Tag Modifier and Type Method Description CreateAutoScalingConfigurationRequest.BuilderCreateAutoScalingConfigurationRequest.Builder. tags(Collection<Tag> tags)A list of metadata items that you can associate with your auto scaling configuration resource.CreateConnectionRequest.BuilderCreateConnectionRequest.Builder. tags(Collection<Tag> tags)A list of metadata items that you can associate with your connection resource.CreateObservabilityConfigurationRequest.BuilderCreateObservabilityConfigurationRequest.Builder. tags(Collection<Tag> tags)A list of metadata items that you can associate with your observability configuration resource.CreateServiceRequest.BuilderCreateServiceRequest.Builder. tags(Collection<Tag> tags)An optional list of metadata items that you can associate with the App Runner service resource.CreateVpcConnectorRequest.BuilderCreateVpcConnectorRequest.Builder. tags(Collection<Tag> tags)A list of metadata items that you can associate with your VPC connector resource.CreateVpcIngressConnectionRequest.BuilderCreateVpcIngressConnectionRequest.Builder. tags(Collection<Tag> tags)An optional list of metadata items that you can associate with the VPC Ingress Connection resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A list of the tag key-value pairs that are associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tag key-value pairs to add or update.
-