Uses of Class
software.amazon.awssdk.services.fms.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.fms.model -
-
Uses of Tag in software.amazon.awssdk.services.fms.model
Methods in software.amazon.awssdk.services.fms.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>ViolationDetail. resourceTags()TheResourceTagobjects associated with the resource.List<Tag>ListTagsForResourceResponse. tagList()The tags associated with the resource.List<Tag>PutAppsListRequest. tagList()The tags associated with the resource.List<Tag>PutPolicyRequest. tagList()The tags to add to the Amazon Web Services resource.List<Tag>PutProtocolsListRequest. tagList()The tags associated with the resource.List<Tag>PutResourceSetRequest. tagList()Retrieves the tags associated with the specified resource set.List<Tag>TagResourceRequest. tagList()The tags to add to the resource.Methods in software.amazon.awssdk.services.fms.model with parameters of type Tag Modifier and Type Method Description ViolationDetail.BuilderViolationDetail.Builder. resourceTags(Tag... resourceTags)TheResourceTagobjects associated with the resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagList(Tag... tagList)The tags associated with the resource.PutAppsListRequest.BuilderPutAppsListRequest.Builder. tagList(Tag... tagList)The tags associated with the resource.PutPolicyRequest.BuilderPutPolicyRequest.Builder. tagList(Tag... tagList)The tags to add to the Amazon Web Services resource.PutProtocolsListRequest.BuilderPutProtocolsListRequest.Builder. tagList(Tag... tagList)The tags associated with the resource.PutResourceSetRequest.BuilderPutResourceSetRequest.Builder. tagList(Tag... tagList)Retrieves the tags associated with the specified resource set.TagResourceRequest.BuilderTagResourceRequest.Builder. tagList(Tag... tagList)The tags to add to the resource.Method parameters in software.amazon.awssdk.services.fms.model with type arguments of type Tag Modifier and Type Method Description ViolationDetail.BuilderViolationDetail.Builder. resourceTags(Collection<Tag> resourceTags)TheResourceTagobjects associated with the resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagList(Collection<Tag> tagList)The tags associated with the resource.PutAppsListRequest.BuilderPutAppsListRequest.Builder. tagList(Collection<Tag> tagList)The tags associated with the resource.PutPolicyRequest.BuilderPutPolicyRequest.Builder. tagList(Collection<Tag> tagList)The tags to add to the Amazon Web Services resource.PutProtocolsListRequest.BuilderPutProtocolsListRequest.Builder. tagList(Collection<Tag> tagList)The tags associated with the resource.PutResourceSetRequest.BuilderPutResourceSetRequest.Builder. tagList(Collection<Tag> tagList)Retrieves the tags associated with the specified resource set.TagResourceRequest.BuilderTagResourceRequest.Builder. tagList(Collection<Tag> tagList)The tags to add to the resource.
-