Uses of Class
software.amazon.awssdk.services.cloudhsm.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.cloudhsm.model -
-
Uses of Tag in software.amazon.awssdk.services.cloudhsm.model
Methods in software.amazon.awssdk.services.cloudhsm.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AddTagsToResourceRequest. tagList()One or more tags.List<Tag>ListTagsForResourceResponse. tagList()One or more tags.Methods in software.amazon.awssdk.services.cloudhsm.model with parameters of type Tag Modifier and Type Method Description AddTagsToResourceRequest.BuilderAddTagsToResourceRequest.Builder. tagList(Tag... tagList)One or more tags.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagList(Tag... tagList)One or more tags.Method parameters in software.amazon.awssdk.services.cloudhsm.model with type arguments of type Tag Modifier and Type Method Description AddTagsToResourceRequest.BuilderAddTagsToResourceRequest.Builder. tagList(Collection<Tag> tagList)One or more tags.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagList(Collection<Tag> tagList)One or more tags.
-