Uses of Class
software.amazon.awssdk.services.inspector.model.ResourceGroup
-
Packages that use ResourceGroup Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of ResourceGroup in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type ResourceGroup Modifier and Type Method Description List<ResourceGroup>DescribeResourceGroupsResponse. resourceGroups()Information about a resource group.Methods in software.amazon.awssdk.services.inspector.model with parameters of type ResourceGroup Modifier and Type Method Description DescribeResourceGroupsResponse.BuilderDescribeResourceGroupsResponse.Builder. resourceGroups(ResourceGroup... resourceGroups)Information about a resource group.Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type ResourceGroup Modifier and Type Method Description DescribeResourceGroupsResponse.BuilderDescribeResourceGroupsResponse.Builder. resourceGroups(Collection<ResourceGroup> resourceGroups)Information about a resource group.
-