Uses of Class
software.amazon.awssdk.services.backupsearch.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.backupsearch Backup Search -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.backupsearch
Methods in software.amazon.awssdk.services.backupsearch that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseBackupSearchClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)This operation returns the tags for a resource type.default ListTagsForResourceResponseBackupSearchClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)This operation returns the tags for a resource type.Methods in software.amazon.awssdk.services.backupsearch that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>BackupSearchAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)This operation returns the tags for a resource type.default CompletableFuture<ListTagsForResourceResponse>BackupSearchAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)This operation returns the tags for a resource type.
-