Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of Tag in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateCampaignRequest. tags()Metadata that can be used to manage the campaign.List<Tag>CreateDecoderManifestRequest. tags()Metadata that can be used to manage the decoder manifest.List<Tag>CreateFleetRequest. tags()Metadata that can be used to manage the fleet.List<Tag>CreateModelManifestRequest. tags()Metadata that can be used to manage the vehicle model.List<Tag>CreateSignalCatalogRequest. tags()Metadata that can be used to manage the signal catalog.List<Tag>CreateVehicleRequest. tags()Metadata that can be used to manage the vehicle.List<Tag>CreateVehicleRequestItem. tags()Metadata which can be used to manage the vehicle.List<Tag>ImportSignalCatalogRequest. tags()Metadata that can be used to manage the signal catalog.List<Tag>ListTagsForResourceResponse. tags()The list of tags assigned to the resource.List<Tag>TagResourceRequest. tags()The new or modified tags for the resource.Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type Tag Modifier and Type Method Description CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. tags(Tag... tags)Metadata that can be used to manage the campaign.CreateDecoderManifestRequest.BuilderCreateDecoderManifestRequest.Builder. tags(Tag... tags)Metadata that can be used to manage the decoder manifest.CreateFleetRequest.BuilderCreateFleetRequest.Builder. tags(Tag... tags)Metadata that can be used to manage the fleet.CreateModelManifestRequest.BuilderCreateModelManifestRequest.Builder. tags(Tag... tags)Metadata that can be used to manage the vehicle model.CreateSignalCatalogRequest.BuilderCreateSignalCatalogRequest.Builder. tags(Tag... tags)Metadata that can be used to manage the signal catalog.CreateVehicleRequest.BuilderCreateVehicleRequest.Builder. tags(Tag... tags)Metadata that can be used to manage the vehicle.CreateVehicleRequestItem.BuilderCreateVehicleRequestItem.Builder. tags(Tag... tags)Metadata which can be used to manage the vehicle.ImportSignalCatalogRequest.BuilderImportSignalCatalogRequest.Builder. tags(Tag... tags)Metadata that can be used to manage the signal catalog.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The list of tags 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.iotfleetwise.model with type arguments of type Tag Modifier and Type Method Description CreateCampaignRequest.BuilderCreateCampaignRequest.Builder. tags(Collection<Tag> tags)Metadata that can be used to manage the campaign.CreateDecoderManifestRequest.BuilderCreateDecoderManifestRequest.Builder. tags(Collection<Tag> tags)Metadata that can be used to manage the decoder manifest.CreateFleetRequest.BuilderCreateFleetRequest.Builder. tags(Collection<Tag> tags)Metadata that can be used to manage the fleet.CreateModelManifestRequest.BuilderCreateModelManifestRequest.Builder. tags(Collection<Tag> tags)Metadata that can be used to manage the vehicle model.CreateSignalCatalogRequest.BuilderCreateSignalCatalogRequest.Builder. tags(Collection<Tag> tags)Metadata that can be used to manage the signal catalog.CreateVehicleRequest.BuilderCreateVehicleRequest.Builder. tags(Collection<Tag> tags)Metadata that can be used to manage the vehicle.CreateVehicleRequestItem.BuilderCreateVehicleRequestItem.Builder. tags(Collection<Tag> tags)Metadata which can be used to manage the vehicle.ImportSignalCatalogRequest.BuilderImportSignalCatalogRequest.Builder. tags(Collection<Tag> tags)Metadata that can be used to manage the signal catalog.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The list of tags assigned to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The new or modified tags for the resource.
-