Package | Description |
---|---|
com.amazonaws.services.inspector.model | |
com.amazonaws.services.inspector.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ResourceGroup> |
DescribeResourceGroupsResult.resourceGroups
Information about a resource group.
|
Modifier and Type | Method and Description |
---|---|
ResourceGroup |
ResourceGroup.clone() |
ResourceGroup |
ResourceGroup.withArn(java.lang.String arn)
The ARN of the resource group.
|
ResourceGroup |
ResourceGroup.withCreatedAt(java.util.Date createdAt)
The time at which resource group is created.
|
ResourceGroup |
ResourceGroup.withTags(java.util.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 |
---|---|
java.util.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(java.util.Collection<ResourceGroup> resourceGroups)
Information about a resource group.
|
DescribeResourceGroupsResult |
DescribeResourceGroupsResult.withResourceGroups(java.util.Collection<ResourceGroup> resourceGroups)
Information about a resource group.
|
Modifier and Type | Method and Description |
---|---|
ResourceGroup |
ResourceGroupJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceGroupJsonMarshaller.marshall(ResourceGroup resourceGroup,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|