Uses of Class
com.amazonaws.services.inspector.model.ResourceGroupTag
-
Packages that use ResourceGroupTag Package Description com.amazonaws.services.inspector.model -
-
Uses of ResourceGroupTag in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return ResourceGroupTag Modifier and Type Method Description ResourceGroupTag
ResourceGroupTag. clone()
ResourceGroupTag
ResourceGroupTag. withKey(String key)
A tag key.ResourceGroupTag
ResourceGroupTag. withValue(String value)
The value assigned to a tag key.Methods in com.amazonaws.services.inspector.model that return types with arguments of type ResourceGroupTag Modifier and Type Method Description List<ResourceGroupTag>
CreateResourceGroupRequest. getResourceGroupTags()
A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]' .List<ResourceGroupTag>
ResourceGroup. getTags()
The tags (key and value pairs) of the resource group.Methods in com.amazonaws.services.inspector.model with parameters of type ResourceGroupTag Modifier and Type Method Description CreateResourceGroupRequest
CreateResourceGroupRequest. withResourceGroupTags(ResourceGroupTag... resourceGroupTags)
A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]' .ResourceGroup
ResourceGroup. withTags(ResourceGroupTag... tags)
The tags (key and value pairs) of the resource group.Method parameters in com.amazonaws.services.inspector.model with type arguments of type ResourceGroupTag Modifier and Type Method Description void
CreateResourceGroupRequest. setResourceGroupTags(Collection<ResourceGroupTag> resourceGroupTags)
A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]' .void
ResourceGroup. setTags(Collection<ResourceGroupTag> tags)
The tags (key and value pairs) of the resource group.CreateResourceGroupRequest
CreateResourceGroupRequest. withResourceGroupTags(Collection<ResourceGroupTag> resourceGroupTags)
A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]' .ResourceGroup
ResourceGroup. withTags(Collection<ResourceGroupTag> tags)
The tags (key and value pairs) of the resource group.
-