Uses of Class
software.amazon.awssdk.services.resourcegroups.model.StartTagSyncTaskRequest
-
Packages that use StartTagSyncTaskRequest 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.software.amazon.awssdk.services.resourcegroups.transform -
-
Uses of StartTagSyncTaskRequest in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups with parameters of type StartTagSyncTaskRequest Modifier and Type Method Description 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.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. -
Uses of StartTagSyncTaskRequest in software.amazon.awssdk.services.resourcegroups.transform
Methods in software.amazon.awssdk.services.resourcegroups.transform with parameters of type StartTagSyncTaskRequest Modifier and Type Method Description SdkHttpFullRequestStartTagSyncTaskRequestMarshaller. marshall(StartTagSyncTaskRequest startTagSyncTaskRequest)
-