Uses of Class
software.amazon.awssdk.services.proton.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.proton.model software.amazon.awssdk.services.proton.paginators -
-
Uses of Tag in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateComponentRequest. tags()An optional list of metadata items that you can associate with the Proton component.List<Tag>CreateEnvironmentAccountConnectionRequest. tags()An optional list of metadata items that you can associate with the Proton environment account connection.List<Tag>CreateEnvironmentRequest. tags()An optional list of metadata items that you can associate with the Proton environment.List<Tag>CreateEnvironmentTemplateRequest. tags()An optional list of metadata items that you can associate with the Proton environment template.List<Tag>CreateEnvironmentTemplateVersionRequest. tags()An optional list of metadata items that you can associate with the Proton environment template version.List<Tag>CreateRepositoryRequest. tags()An optional list of metadata items that you can associate with the Proton repository.List<Tag>CreateServiceInstanceRequest. tags()An optional list of metadata items that you can associate with the Proton service instance.List<Tag>CreateServiceRequest. tags()An optional list of metadata items that you can associate with the Proton service.List<Tag>CreateServiceTemplateRequest. tags()An optional list of metadata items that you can associate with the Proton service template.List<Tag>CreateServiceTemplateVersionRequest. tags()An optional list of metadata items that you can associate with the Proton service template version.List<Tag>ListTagsForResourceResponse. tags()A list of resource tags with detail data.List<Tag>TagResourceRequest. tags()A list of customer tags to apply to the Proton resource.Methods in software.amazon.awssdk.services.proton.model with parameters of type Tag Modifier and Type Method Description CreateComponentRequest.BuilderCreateComponentRequest.Builder. tags(Tag... tags)An optional list of metadata items that you can associate with the Proton component.CreateEnvironmentAccountConnectionRequest.BuilderCreateEnvironmentAccountConnectionRequest.Builder. tags(Tag... tags)An optional list of metadata items that you can associate with the Proton environment account connection.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. tags(Tag... tags)An optional list of metadata items that you can associate with the Proton environment.CreateEnvironmentTemplateRequest.BuilderCreateEnvironmentTemplateRequest.Builder. tags(Tag... tags)An optional list of metadata items that you can associate with the Proton environment template.CreateEnvironmentTemplateVersionRequest.BuilderCreateEnvironmentTemplateVersionRequest.Builder. tags(Tag... tags)An optional list of metadata items that you can associate with the Proton environment template version.CreateRepositoryRequest.BuilderCreateRepositoryRequest.Builder. tags(Tag... tags)An optional list of metadata items that you can associate with the Proton repository.CreateServiceInstanceRequest.BuilderCreateServiceInstanceRequest.Builder. tags(Tag... tags)An optional list of metadata items that you can associate with the Proton service instance.CreateServiceRequest.BuilderCreateServiceRequest.Builder. tags(Tag... tags)An optional list of metadata items that you can associate with the Proton service.CreateServiceTemplateRequest.BuilderCreateServiceTemplateRequest.Builder. tags(Tag... tags)An optional list of metadata items that you can associate with the Proton service template.CreateServiceTemplateVersionRequest.BuilderCreateServiceTemplateVersionRequest.Builder. tags(Tag... tags)An optional list of metadata items that you can associate with the Proton service template version.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of resource tags with detail data.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of customer tags to apply to the Proton resource.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type Tag Modifier and Type Method Description CreateComponentRequest.BuilderCreateComponentRequest.Builder. tags(Collection<Tag> tags)An optional list of metadata items that you can associate with the Proton component.CreateEnvironmentAccountConnectionRequest.BuilderCreateEnvironmentAccountConnectionRequest.Builder. tags(Collection<Tag> tags)An optional list of metadata items that you can associate with the Proton environment account connection.CreateEnvironmentRequest.BuilderCreateEnvironmentRequest.Builder. tags(Collection<Tag> tags)An optional list of metadata items that you can associate with the Proton environment.CreateEnvironmentTemplateRequest.BuilderCreateEnvironmentTemplateRequest.Builder. tags(Collection<Tag> tags)An optional list of metadata items that you can associate with the Proton environment template.CreateEnvironmentTemplateVersionRequest.BuilderCreateEnvironmentTemplateVersionRequest.Builder. tags(Collection<Tag> tags)An optional list of metadata items that you can associate with the Proton environment template version.CreateRepositoryRequest.BuilderCreateRepositoryRequest.Builder. tags(Collection<Tag> tags)An optional list of metadata items that you can associate with the Proton repository.CreateServiceInstanceRequest.BuilderCreateServiceInstanceRequest.Builder. tags(Collection<Tag> tags)An optional list of metadata items that you can associate with the Proton service instance.CreateServiceRequest.BuilderCreateServiceRequest.Builder. tags(Collection<Tag> tags)An optional list of metadata items that you can associate with the Proton service.CreateServiceTemplateRequest.BuilderCreateServiceTemplateRequest.Builder. tags(Collection<Tag> tags)An optional list of metadata items that you can associate with the Proton service template.CreateServiceTemplateVersionRequest.BuilderCreateServiceTemplateVersionRequest.Builder. tags(Collection<Tag> tags)An optional list of metadata items that you can associate with the Proton service template version.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A list of resource tags with detail data.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of customer tags to apply to the Proton resource. -
Uses of Tag in software.amazon.awssdk.services.proton.paginators
Methods in software.amazon.awssdk.services.proton.paginators that return types with arguments of type Tag Modifier and Type Method Description SdkIterable<Tag>ListTagsForResourceIterable. tags()Returns an iterable to iterate through the paginatedListTagsForResourceResponse.tags()member.SdkPublisher<Tag>ListTagsForResourcePublisher. tags()Returns a publisher that can be used to get a stream of data.
-