Uses of Class
software.amazon.awssdk.services.iotanalytics.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of Tag in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateChannelRequest. tags()Metadata which can be used to manage the channel.List<Tag>CreateDatasetRequest. tags()Metadata which can be used to manage the dataset.List<Tag>CreateDatastoreRequest. tags()Metadata which can be used to manage the data store.List<Tag>CreatePipelineRequest. tags()Metadata which can be used to manage the pipeline.List<Tag>ListTagsForResourceResponse. tags()The tags (metadata) that you have assigned to the resource.List<Tag>TagResourceRequest. tags()The new or modified tags for the resource.Methods in software.amazon.awssdk.services.iotanalytics.model with parameters of type Tag Modifier and Type Method Description CreateChannelRequest.BuilderCreateChannelRequest.Builder. tags(Tag... tags)Metadata which can be used to manage the channel.CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. tags(Tag... tags)Metadata which can be used to manage the dataset.CreateDatastoreRequest.BuilderCreateDatastoreRequest.Builder. tags(Tag... tags)Metadata which can be used to manage the data store.CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. tags(Tag... tags)Metadata which can be used to manage the pipeline.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags (metadata) that you have assigned to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The new or modified tags for the resource.Method parameters in software.amazon.awssdk.services.iotanalytics.model with type arguments of type Tag Modifier and Type Method Description CreateChannelRequest.BuilderCreateChannelRequest.Builder. tags(Collection<Tag> tags)Metadata which can be used to manage the channel.CreateDatasetRequest.BuilderCreateDatasetRequest.Builder. tags(Collection<Tag> tags)Metadata which can be used to manage the dataset.CreateDatastoreRequest.BuilderCreateDatastoreRequest.Builder. tags(Collection<Tag> tags)Metadata which can be used to manage the data store.CreatePipelineRequest.BuilderCreatePipelineRequest.Builder. tags(Collection<Tag> tags)Metadata which can be used to manage the pipeline.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags (metadata) that you have assigned to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The new or modified tags for the resource.
-