Uses of Class
software.amazon.awssdk.services.appsync.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseAppSyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Untags a resource.default UntagResourceResponseAppSyncClient. untagResource(UntagResourceRequest untagResourceRequest)Untags a resource.Methods in software.amazon.awssdk.services.appsync that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>AppSyncAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Untags a resource.default CompletableFuture<UntagResourceResponse>AppSyncAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Untags a resource.
-