Uses of Class
software.amazon.awssdk.services.amplify.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.amplify Amplify enables developers to develop and deploy cloud-powered mobile and web apps. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.amplify
Methods in software.amazon.awssdk.services.amplify that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseAmplifyClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for a specified Amazon Resource Name (ARN).default ListTagsForResourceResponseAmplifyClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for a specified Amazon Resource Name (ARN).Methods in software.amazon.awssdk.services.amplify that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>AmplifyAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of tags for a specified Amazon Resource Name (ARN).default CompletableFuture<ListTagsForResourceResponse>AmplifyAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of tags for a specified Amazon Resource Name (ARN).
-