Package | Description |
---|---|
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
ResourceGroupTag |
ResourceGroupTag.clone() |
ResourceGroupTag |
ResourceGroupTag.withKey(String key)
A tag key.
|
ResourceGroupTag |
ResourceGroupTag.withValue(String value)
The value assigned to a tag key.
|
Modifier and Type | Method and Description |
---|---|
List<ResourceGroupTag> |
CreateResourceGroupRequest.getResourceGroupTags()
A collection of keys and an array of possible values,
'[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'
.
|
List<ResourceGroupTag> |
ResourceGroup.getTags()
The tags (key and value pairs) of the resource group.
|
Modifier and Type | Method and Description |
---|---|
CreateResourceGroupRequest |
CreateResourceGroupRequest.withResourceGroupTags(ResourceGroupTag... resourceGroupTags)
A collection of keys and an array of possible values,
'[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'
.
|
ResourceGroup |
ResourceGroup.withTags(ResourceGroupTag... tags)
The tags (key and value pairs) of the resource group.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateResourceGroupRequest.setResourceGroupTags(Collection<ResourceGroupTag> resourceGroupTags)
A collection of keys and an array of possible values,
'[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'
.
|
void |
ResourceGroup.setTags(Collection<ResourceGroupTag> tags)
The tags (key and value pairs) of the resource group.
|
CreateResourceGroupRequest |
CreateResourceGroupRequest.withResourceGroupTags(Collection<ResourceGroupTag> resourceGroupTags)
A collection of keys and an array of possible values,
'[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'
.
|
ResourceGroup |
ResourceGroup.withTags(Collection<ResourceGroupTag> tags)
The tags (key and value pairs) of the resource group.
|
Copyright © 2018. All rights reserved.