Uses of Class
software.amazon.awssdk.services.appintegrations.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.software.amazon.awssdk.services.appintegrations.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>AppIntegrationsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags for the specified resource.default ListTagsForResourceResponseAppIntegrationsClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags for the specified resource. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.appintegrations.transform
Methods in software.amazon.awssdk.services.appintegrations.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-