Uses of Class
software.amazon.awssdk.services.appsync.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseAppSyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags a resource with user-supplied tags.default TagResourceResponseAppSyncClient. tagResource(TagResourceRequest tagResourceRequest)Tags a resource with user-supplied tags.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>AppSyncAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Tags a resource with user-supplied tags.default CompletableFuture<TagResourceResponse>AppSyncAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Tags a resource with user-supplied tags.
-