Package | Description |
---|---|
com.amazonaws.services.inspector.model |
Modifier and Type | Method and 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(Collection<ResourceGroupTag> tags)
The tags (key and value pairs) of the resource group.
|
ResourceGroup |
ResourceGroup.withTags(ResourceGroupTag... tags)
The tags (key and value pairs) of the resource group.
|
Modifier and Type | Method and Description |
---|---|
List<ResourceGroup> |
DescribeResourceGroupsResult.getResourceGroups()
Information about a resource group.
|
Modifier and Type | Method and Description |
---|---|
DescribeResourceGroupsResult |
DescribeResourceGroupsResult.withResourceGroups(ResourceGroup... resourceGroups)
Information about a resource group.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeResourceGroupsResult.setResourceGroups(Collection<ResourceGroup> resourceGroups)
Information about a resource group.
|
DescribeResourceGroupsResult |
DescribeResourceGroupsResult.withResourceGroups(Collection<ResourceGroup> resourceGroups)
Information about a resource group.
|
Copyright © 2018. All rights reserved.