Package | Description |
---|---|
com.amazonaws.services.inspector.model | |
com.amazonaws.services.inspector.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ResourceGroupTag> |
CreateResourceGroupRequest.resourceGroupTags
A collection of keys and an array of possible values,
'[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'
.
|
private java.util.List<ResourceGroupTag> |
ResourceGroup.tags
The tags (key and value pairs) of the resource group.
|
Modifier and Type | Method and Description |
---|---|
ResourceGroupTag |
ResourceGroupTag.clone() |
ResourceGroupTag |
ResourceGroupTag.withKey(java.lang.String key)
A tag key.
|
ResourceGroupTag |
ResourceGroupTag.withValue(java.lang.String value)
The value assigned to a tag key.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ResourceGroupTag> |
CreateResourceGroupRequest.getResourceGroupTags()
A collection of keys and an array of possible values,
'[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'
.
|
java.util.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(java.util.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(java.util.Collection<ResourceGroupTag> tags)
The tags (key and value pairs) of the resource group.
|
CreateResourceGroupRequest |
CreateResourceGroupRequest.withResourceGroupTags(java.util.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(java.util.Collection<ResourceGroupTag> tags)
The tags (key and value pairs) of the resource group.
|
Modifier and Type | Method and Description |
---|---|
ResourceGroupTag |
ResourceGroupTagJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceGroupTagJsonMarshaller.marshall(ResourceGroupTag resourceGroupTag,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|