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 ResourceGroupResourceGroup. clone()ResourceGroupResourceGroup. withArn(String arn)The ARN of the resource group.ResourceGroupResourceGroup. withCreatedAt(Date createdAt)The time at which resource group is created.ResourceGroupResourceGroup. withTags(ResourceGroupTag... tags)The tags (key and value pairs) of the resource group.ResourceGroupResourceGroup. 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 DescribeResourceGroupsResultDescribeResourceGroupsResult. 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 voidDescribeResourceGroupsResult. setResourceGroups(Collection<ResourceGroup> resourceGroups)Information about a resource group.DescribeResourceGroupsResultDescribeResourceGroupsResult. withResourceGroups(Collection<ResourceGroup> resourceGroups)Information about a resource group.
-