Uses of Class
com.amazonaws.services.inspector.model.ResourceGroupTag
Packages that use ResourceGroupTag
-
Uses of ResourceGroupTag in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return ResourceGroupTagModifier and TypeMethodDescriptionResourceGroupTag.clone()A tag key.The value assigned to a tag key.Methods in com.amazonaws.services.inspector.model that return types with arguments of type ResourceGroupTagModifier and TypeMethodDescriptionCreateResourceGroupRequest.getResourceGroupTags()A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]' .ResourceGroup.getTags()The tags (key and value pairs) of the resource group.Methods in com.amazonaws.services.inspector.model with parameters of type ResourceGroupTagModifier and TypeMethodDescriptionCreateResourceGroupRequest.withResourceGroupTags(ResourceGroupTag... resourceGroupTags) A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]' .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 ResourceGroupTagModifier and TypeMethodDescriptionvoidCreateResourceGroupRequest.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.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.withTags(Collection<ResourceGroupTag> tags) The tags (key and value pairs) of the resource group.