Uses of Class
software.amazon.awssdk.services.iotwireless.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of Tag in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AssociateAwsAccountWithPartnerAccountRequest. tags()The tags to attach to the specified resource.List<Tag>CreateDestinationRequest. tags()The tags to attach to the new destination.List<Tag>CreateDeviceProfileRequest. tags()The tags to attach to the new device profile.List<Tag>CreateFuotaTaskRequest. tags()Returns the value of the Tags property for this object.List<Tag>CreateMulticastGroupRequest. tags()Returns the value of the Tags property for this object.List<Tag>CreateNetworkAnalyzerConfigurationRequest. tags()Returns the value of the Tags property for this object.List<Tag>CreateServiceProfileRequest. tags()The tags to attach to the new service profile.List<Tag>CreateWirelessDeviceRequest. tags()The tags to attach to the new wireless device.List<Tag>CreateWirelessGatewayRequest. tags()The tags to attach to the new wireless gateway.List<Tag>CreateWirelessGatewayTaskDefinitionRequest. tags()The tags to attach to the specified resource.List<Tag>ListTagsForResourceResponse. tags()The tags to attach to the specified resource.List<Tag>StartBulkAssociateWirelessDeviceWithMulticastGroupRequest. tags()Returns the value of the Tags property for this object.List<Tag>StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest. tags()Returns the value of the Tags property for this object.List<Tag>StartSingleWirelessDeviceImportTaskRequest. tags()Returns the value of the Tags property for this object.List<Tag>StartWirelessDeviceImportTaskRequest. tags()Returns the value of the Tags property for this object.List<Tag>TagResourceRequest. tags()Adds to or modifies the tags of the given resource.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type Tag Modifier and Type Method Description AssociateAwsAccountWithPartnerAccountRequest.BuilderAssociateAwsAccountWithPartnerAccountRequest.Builder. tags(Tag... tags)The tags to attach to the specified resource.CreateDestinationRequest.BuilderCreateDestinationRequest.Builder. tags(Tag... tags)The tags to attach to the new destination.CreateDeviceProfileRequest.BuilderCreateDeviceProfileRequest.Builder. tags(Tag... tags)The tags to attach to the new device profile.CreateFuotaTaskRequest.BuilderCreateFuotaTaskRequest.Builder. tags(Tag... tags)Sets the value of the Tags property for this object.CreateMulticastGroupRequest.BuilderCreateMulticastGroupRequest.Builder. tags(Tag... tags)Sets the value of the Tags property for this object.CreateNetworkAnalyzerConfigurationRequest.BuilderCreateNetworkAnalyzerConfigurationRequest.Builder. tags(Tag... tags)Sets the value of the Tags property for this object.CreateServiceProfileRequest.BuilderCreateServiceProfileRequest.Builder. tags(Tag... tags)The tags to attach to the new service profile.CreateWirelessDeviceRequest.BuilderCreateWirelessDeviceRequest.Builder. tags(Tag... tags)The tags to attach to the new wireless device.CreateWirelessGatewayRequest.BuilderCreateWirelessGatewayRequest.Builder. tags(Tag... tags)The tags to attach to the new wireless gateway.CreateWirelessGatewayTaskDefinitionRequest.BuilderCreateWirelessGatewayTaskDefinitionRequest.Builder. tags(Tag... tags)The tags to attach to the specified resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags to attach to the specified resource.StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.BuilderStartBulkAssociateWirelessDeviceWithMulticastGroupRequest.Builder. tags(Tag... tags)Sets the value of the Tags property for this object.StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.BuilderStartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.Builder. tags(Tag... tags)Sets the value of the Tags property for this object.StartSingleWirelessDeviceImportTaskRequest.BuilderStartSingleWirelessDeviceImportTaskRequest.Builder. tags(Tag... tags)Sets the value of the Tags property for this object.StartWirelessDeviceImportTaskRequest.BuilderStartWirelessDeviceImportTaskRequest.Builder. tags(Tag... tags)Sets the value of the Tags property for this object.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)Adds to or modifies the tags of the given resource.Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type Tag Modifier and Type Method Description AssociateAwsAccountWithPartnerAccountRequest.BuilderAssociateAwsAccountWithPartnerAccountRequest.Builder. tags(Collection<Tag> tags)The tags to attach to the specified resource.CreateDestinationRequest.BuilderCreateDestinationRequest.Builder. tags(Collection<Tag> tags)The tags to attach to the new destination.CreateDeviceProfileRequest.BuilderCreateDeviceProfileRequest.Builder. tags(Collection<Tag> tags)The tags to attach to the new device profile.CreateFuotaTaskRequest.BuilderCreateFuotaTaskRequest.Builder. tags(Collection<Tag> tags)Sets the value of the Tags property for this object.CreateMulticastGroupRequest.BuilderCreateMulticastGroupRequest.Builder. tags(Collection<Tag> tags)Sets the value of the Tags property for this object.CreateNetworkAnalyzerConfigurationRequest.BuilderCreateNetworkAnalyzerConfigurationRequest.Builder. tags(Collection<Tag> tags)Sets the value of the Tags property for this object.CreateServiceProfileRequest.BuilderCreateServiceProfileRequest.Builder. tags(Collection<Tag> tags)The tags to attach to the new service profile.CreateWirelessDeviceRequest.BuilderCreateWirelessDeviceRequest.Builder. tags(Collection<Tag> tags)The tags to attach to the new wireless device.CreateWirelessGatewayRequest.BuilderCreateWirelessGatewayRequest.Builder. tags(Collection<Tag> tags)The tags to attach to the new wireless gateway.CreateWirelessGatewayTaskDefinitionRequest.BuilderCreateWirelessGatewayTaskDefinitionRequest.Builder. tags(Collection<Tag> tags)The tags to attach to the specified resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags to attach to the specified resource.StartBulkAssociateWirelessDeviceWithMulticastGroupRequest.BuilderStartBulkAssociateWirelessDeviceWithMulticastGroupRequest.Builder. tags(Collection<Tag> tags)Sets the value of the Tags property for this object.StartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.BuilderStartBulkDisassociateWirelessDeviceFromMulticastGroupRequest.Builder. tags(Collection<Tag> tags)Sets the value of the Tags property for this object.StartSingleWirelessDeviceImportTaskRequest.BuilderStartSingleWirelessDeviceImportTaskRequest.Builder. tags(Collection<Tag> tags)Sets the value of the Tags property for this object.StartWirelessDeviceImportTaskRequest.BuilderStartWirelessDeviceImportTaskRequest.Builder. tags(Collection<Tag> tags)Sets the value of the Tags property for this object.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)Adds to or modifies the tags of the given resource.
-