Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of Tag in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>ListTagsForResourceResponse. resourceTags()A list of tag key-value pairs.List<Tag>CreateApplicationRequest. tags()Specifies the tags applied to the application.List<Tag>CreateApplicationVersionRequest. tags()Specifies the tags applied to the application version.List<Tag>CreateConfigurationTemplateRequest. tags()Specifies the tags applied to the configuration template.List<Tag>CreateEnvironmentRequest. tags()Specifies the tags applied to resources in the environment.List<Tag>CreatePlatformVersionRequest. tags()Specifies the tags applied to the new platform version.List<Tag>UpdateTagsForResourceRequest. tagsToAdd()A list of tags to add or update.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. resourceTags(Tag... resourceTags)A list of tag key-value pairs.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Tag... tags)Specifies the tags applied to the application.CreateApplicationVersionRequest.BuilderCreateApplicationVersionRequest.Builder. tags(Tag... tags)Specifies the tags applied to the application version.CreateConfigurationTemplateRequest.BuilderCreateConfigurationTemplateRequest.Builder. tags(Tag... tags)Specifies the tags applied to the configuration template.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. tags(Tag... tags)Specifies the tags applied to resources in the environment.CreatePlatformVersionRequest.BuilderCreatePlatformVersionRequest.Builder. tags(Tag... tags)Specifies the tags applied to the new platform version.UpdateTagsForResourceRequest.BuilderUpdateTagsForResourceRequest.Builder. tagsToAdd(Tag... tagsToAdd)A list of tags to add or update.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. resourceTags(Collection<Tag> resourceTags)A list of tag key-value pairs.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Collection<Tag> tags)Specifies the tags applied to the application.CreateApplicationVersionRequest.BuilderCreateApplicationVersionRequest.Builder. tags(Collection<Tag> tags)Specifies the tags applied to the application version.CreateConfigurationTemplateRequest.BuilderCreateConfigurationTemplateRequest.Builder. tags(Collection<Tag> tags)Specifies the tags applied to the configuration template.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. tags(Collection<Tag> tags)Specifies the tags applied to resources in the environment.CreatePlatformVersionRequest.BuilderCreatePlatformVersionRequest.Builder. tags(Collection<Tag> tags)Specifies the tags applied to the new platform version.UpdateTagsForResourceRequest.BuilderUpdateTagsForResourceRequest.Builder. tagsToAdd(Collection<Tag> tagsToAdd)A list of tags to add or update.
-