Uses of Class
software.amazon.awssdk.services.appsync.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.appsync AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.software.amazon.awssdk.services.appsync.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.appsync
Methods in software.amazon.awssdk.services.appsync with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>AppSyncAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags for a resource.default ListTagsForResourceResponseAppSyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags for a resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.appsync.transform
Methods in software.amazon.awssdk.services.appsync.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-