| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceGroupTag> |
CreateResourceGroupRequest.resourceGroupTags()
A collection of keys and an array of possible values,
'[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'.
|
List<ResourceGroupTag> |
ResourceGroup.tags()
The tags (key and value pairs) of the resource group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResourceGroupRequest.Builder |
CreateResourceGroupRequest.Builder.resourceGroupTags(ResourceGroupTag... resourceGroupTags)
A collection of keys and an array of possible values,
'[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'.
|
ResourceGroup.Builder |
ResourceGroup.Builder.tags(ResourceGroupTag... tags)
The tags (key and value pairs) of the resource group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResourceGroupRequest.Builder |
CreateResourceGroupRequest.Builder.resourceGroupTags(Collection<ResourceGroupTag> resourceGroupTags)
A collection of keys and an array of possible values,
'[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'.
|
ResourceGroup.Builder |
ResourceGroup.Builder.tags(Collection<ResourceGroupTag> tags)
The tags (key and value pairs) of the resource group.
|
Copyright © 2023. All rights reserved.