Uses of Class
software.amazon.awssdk.services.resourcegroups.model.StartTagSyncTaskResponse
-
Packages that use StartTagSyncTaskResponse Package Description software.amazon.awssdk.services.resourcegroups Resource Groups lets you organize Amazon Web Services resources such as Amazon Elastic Compute Cloud instances, Amazon Relational Database Service databases, and Amazon Simple Storage Service buckets into groups using criteria that you define as tags. -
-
Uses of StartTagSyncTaskResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return StartTagSyncTaskResponse Modifier and Type Method Description default StartTagSyncTaskResponseResourceGroupsClient. startTagSyncTask(Consumer<StartTagSyncTaskRequest.Builder> startTagSyncTaskRequest)Creates a new tag-sync task to onboard and sync resources tagged with a specific tag key-value pair to an application.default StartTagSyncTaskResponseResourceGroupsClient. startTagSyncTask(StartTagSyncTaskRequest startTagSyncTaskRequest)Creates a new tag-sync task to onboard and sync resources tagged with a specific tag key-value pair to an application.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type StartTagSyncTaskResponse Modifier and Type Method Description default CompletableFuture<StartTagSyncTaskResponse>ResourceGroupsAsyncClient. startTagSyncTask(Consumer<StartTagSyncTaskRequest.Builder> startTagSyncTaskRequest)Creates a new tag-sync task to onboard and sync resources tagged with a specific tag key-value pair to an application.default CompletableFuture<StartTagSyncTaskResponse>ResourceGroupsAsyncClient. startTagSyncTask(StartTagSyncTaskRequest startTagSyncTaskRequest)Creates a new tag-sync task to onboard and sync resources tagged with a specific tag key-value pair to an application.
-