Uses of Class
software.amazon.awssdk.services.backup.model.ListTagsResponse
-
Packages that use ListTagsResponse Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.paginators -
-
Uses of ListTagsResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return ListTagsResponse Modifier and Type Method Description default ListTagsResponseBackupClient. listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.default ListTagsResponseBackupClient. listTags(ListTagsRequest listTagsRequest)Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.Methods in software.amazon.awssdk.services.backup that return types with arguments of type ListTagsResponse Modifier and Type Method Description default CompletableFuture<ListTagsResponse>BackupAsyncClient. listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault.default CompletableFuture<ListTagsResponse>BackupAsyncClient. listTags(ListTagsRequest listTagsRequest)Returns a list of key-value pairs assigned to a target recovery point, backup plan, or backup vault. -
Uses of ListTagsResponse in software.amazon.awssdk.services.backup.paginators
Methods in software.amazon.awssdk.services.backup.paginators that return types with arguments of type ListTagsResponse Modifier and Type Method Description Iterator<ListTagsResponse>ListTagsIterable. iterator()Method parameters in software.amazon.awssdk.services.backup.paginators with type arguments of type ListTagsResponse Modifier and Type Method Description voidListTagsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsResponse> subscriber)
-