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 ResourceGroupTagResourceGroupTag. clone()ResourceGroupTagResourceGroupTag. withKey(String key)A tag key.ResourceGroupTagResourceGroupTag. 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 CreateResourceGroupRequestCreateResourceGroupRequest. withResourceGroupTags(ResourceGroupTag... resourceGroupTags)A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]' .ResourceGroupResourceGroup. 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 voidCreateResourceGroupRequest. setResourceGroupTags(Collection<ResourceGroupTag> resourceGroupTags)A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]' .voidResourceGroup. setTags(Collection<ResourceGroupTag> tags)The tags (key and value pairs) of the resource group.CreateResourceGroupRequestCreateResourceGroupRequest. withResourceGroupTags(Collection<ResourceGroupTag> resourceGroupTags)A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]' .ResourceGroupResourceGroup. withTags(Collection<ResourceGroupTag> tags)The tags (key and value pairs) of the resource group.
-