Uses of Class
software.amazon.awssdk.services.directconnect.model.ResourceTag
-
Packages that use ResourceTag Package Description software.amazon.awssdk.services.directconnect.model -
-
Uses of ResourceTag in software.amazon.awssdk.services.directconnect.model
Methods in software.amazon.awssdk.services.directconnect.model that return types with arguments of type ResourceTag Modifier and Type Method Description List<ResourceTag>DescribeTagsResponse. resourceTags()Information about the tags.Methods in software.amazon.awssdk.services.directconnect.model with parameters of type ResourceTag Modifier and Type Method Description DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. resourceTags(ResourceTag... resourceTags)Information about the tags.Method parameters in software.amazon.awssdk.services.directconnect.model with type arguments of type ResourceTag Modifier and Type Method Description DescribeTagsResponse.BuilderDescribeTagsResponse.Builder. resourceTags(Collection<ResourceTag> resourceTags)Information about the tags.
-