Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.ResourceTag
-
Packages that use ResourceTag Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of ResourceTag in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type ResourceTag Modifier and Type Method Description List<ResourceTag>CreateExportRequest. resourceTags()An optional list of tags to associate with the specified export.List<ResourceTag>ListTagsForResourceResponse. resourceTags()An optional list of tags to associate with the specified export.List<ResourceTag>TagResourceRequest. resourceTags()The tags to associate with the resource.Methods in software.amazon.awssdk.services.bcmdataexports.model with parameters of type ResourceTag Modifier and Type Method Description CreateExportRequest.BuilderCreateExportRequest.Builder. resourceTags(ResourceTag... resourceTags)An optional list of tags to associate with the specified export.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. resourceTags(ResourceTag... resourceTags)An optional list of tags to associate with the specified export.TagResourceRequest.BuilderTagResourceRequest.Builder. resourceTags(ResourceTag... resourceTags)The tags to associate with the resource.Method parameters in software.amazon.awssdk.services.bcmdataexports.model with type arguments of type ResourceTag Modifier and Type Method Description CreateExportRequest.BuilderCreateExportRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)An optional list of tags to associate with the specified export.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. resourceTags(Collection<ResourceTag> resourceTags)An optional list of tags to associate with the specified export.TagResourceRequest.BuilderTagResourceRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)The tags to associate with the resource.
-