Uses of Class
com.amazonaws.services.inspector.model.ResourceGroup
-
Packages that use ResourceGroup Package Description com.amazonaws.services.inspector.model -
-
Uses of ResourceGroup in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return ResourceGroup Modifier and Type Method Description ResourceGroup
ResourceGroup. clone()
ResourceGroup
ResourceGroup. withArn(String arn)
The ARN of the resource group.ResourceGroup
ResourceGroup. withCreatedAt(Date createdAt)
The time at which resource group is created.ResourceGroup
ResourceGroup. withTags(ResourceGroupTag... tags)
The tags (key and value pairs) of the resource group.ResourceGroup
ResourceGroup. withTags(Collection<ResourceGroupTag> tags)
The tags (key and value pairs) of the resource group.Methods in com.amazonaws.services.inspector.model that return types with arguments of type ResourceGroup Modifier and Type Method Description List<ResourceGroup>
DescribeResourceGroupsResult. getResourceGroups()
Information about a resource group.Methods in com.amazonaws.services.inspector.model with parameters of type ResourceGroup Modifier and Type Method Description DescribeResourceGroupsResult
DescribeResourceGroupsResult. withResourceGroups(ResourceGroup... resourceGroups)
Information about a resource group.Method parameters in com.amazonaws.services.inspector.model with type arguments of type ResourceGroup Modifier and Type Method Description void
DescribeResourceGroupsResult. setResourceGroups(Collection<ResourceGroup> resourceGroups)
Information about a resource group.DescribeResourceGroupsResult
DescribeResourceGroupsResult. withResourceGroups(Collection<ResourceGroup> resourceGroups)
Information about a resource group.
-