Uses of Class
com.amazonaws.services.inspector.model.ResourceGroup
Packages that use ResourceGroup
-
Uses of ResourceGroup in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return ResourceGroupModifier and TypeMethodDescriptionResourceGroup.clone()
The ARN of the resource group.ResourceGroup.withCreatedAt
(Date createdAt) The time at which resource group is created.ResourceGroup.withTags
(ResourceGroupTag... tags) The tags (key and value pairs) of the resource group.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 ResourceGroupModifier and TypeMethodDescriptionDescribeResourceGroupsResult.getResourceGroups()
Information about a resource group.Methods in com.amazonaws.services.inspector.model with parameters of type ResourceGroupModifier and TypeMethodDescriptionDescribeResourceGroupsResult.withResourceGroups
(ResourceGroup... resourceGroups) Information about a resource group.Method parameters in com.amazonaws.services.inspector.model with type arguments of type ResourceGroupModifier and TypeMethodDescriptionvoid
DescribeResourceGroupsResult.setResourceGroups
(Collection<ResourceGroup> resourceGroups) Information about a resource group.DescribeResourceGroupsResult.withResourceGroups
(Collection<ResourceGroup> resourceGroups) Information about a resource group.