Uses of Class
software.amazon.awssdk.services.sms.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.sms.model -
-
Uses of Tag in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateAppRequest. tags()The tags to be associated with the application.List<Tag>CreateAppResponse. tags()The tags associated with the application.List<Tag>GetAppResponse. tags()The tags associated with the application.List<Tag>UpdateAppRequest. tags()The tags to associate with the application.List<Tag>UpdateAppResponse. tags()The tags associated with the application.Methods in software.amazon.awssdk.services.sms.model with parameters of type Tag Modifier and Type Method Description CreateAppRequest.BuilderCreateAppRequest.Builder. tags(Tag... tags)The tags to be associated with the application.CreateAppResponse.BuilderCreateAppResponse.Builder. tags(Tag... tags)The tags associated with the application.GetAppResponse.BuilderGetAppResponse.Builder. tags(Tag... tags)The tags associated with the application.UpdateAppRequest.BuilderUpdateAppRequest.Builder. tags(Tag... tags)The tags to associate with the application.UpdateAppResponse.BuilderUpdateAppResponse.Builder. tags(Tag... tags)The tags associated with the application.Method parameters in software.amazon.awssdk.services.sms.model with type arguments of type Tag Modifier and Type Method Description CreateAppRequest.BuilderCreateAppRequest.Builder. tags(Collection<Tag> tags)The tags to be associated with the application.CreateAppResponse.BuilderCreateAppResponse.Builder. tags(Collection<Tag> tags)The tags associated with the application.GetAppResponse.BuilderGetAppResponse.Builder. tags(Collection<Tag> tags)The tags associated with the application.UpdateAppRequest.BuilderUpdateAppRequest.Builder. tags(Collection<Tag> tags)The tags to associate with the application.UpdateAppResponse.BuilderUpdateAppResponse.Builder. tags(Collection<Tag> tags)The tags associated with the application.
-