Uses of Class
software.amazon.awssdk.services.inspector.model.ResourceGroupTag
-
Packages that use ResourceGroupTag Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of ResourceGroupTag in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type ResourceGroupTag Modifier and Type Method 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.Methods in software.amazon.awssdk.services.inspector.model with parameters of type ResourceGroupTag Modifier and Type Method Description CreateResourceGroupRequest.BuilderCreateResourceGroupRequest.Builder. resourceGroupTags(ResourceGroupTag... resourceGroupTags)A collection of keys and an array of possible values, '[{"key":"key1","values":["Value1","Value2"]},{"key":"Key2","values":["Value3"]}]'.ResourceGroup.BuilderResourceGroup.Builder. tags(ResourceGroupTag... tags)The tags (key and value pairs) of the resource group.Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type ResourceGroupTag Modifier and Type Method Description CreateResourceGroupRequest.BuilderCreateResourceGroupRequest.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.BuilderResourceGroup.Builder. tags(Collection<ResourceGroupTag> tags)The tags (key and value pairs) of the resource group.
-