Uses of Class
software.amazon.awssdk.services.resourcegroups.model.GetTagSyncTaskResponse
-
Packages that use GetTagSyncTaskResponse 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 GetTagSyncTaskResponse in software.amazon.awssdk.services.resourcegroups
Methods in software.amazon.awssdk.services.resourcegroups that return GetTagSyncTaskResponse Modifier and Type Method Description default GetTagSyncTaskResponseResourceGroupsClient. getTagSyncTask(Consumer<GetTagSyncTaskRequest.Builder> getTagSyncTaskRequest)Returns information about a specified tag-sync task.default GetTagSyncTaskResponseResourceGroupsClient. getTagSyncTask(GetTagSyncTaskRequest getTagSyncTaskRequest)Returns information about a specified tag-sync task.Methods in software.amazon.awssdk.services.resourcegroups that return types with arguments of type GetTagSyncTaskResponse Modifier and Type Method Description default CompletableFuture<GetTagSyncTaskResponse>ResourceGroupsAsyncClient. getTagSyncTask(Consumer<GetTagSyncTaskRequest.Builder> getTagSyncTaskRequest)Returns information about a specified tag-sync task.default CompletableFuture<GetTagSyncTaskResponse>ResourceGroupsAsyncClient. getTagSyncTask(GetTagSyncTaskRequest getTagSyncTaskRequest)Returns information about a specified tag-sync task.
-