Uses of Class
software.amazon.awssdk.services.backupstorage.model.ListObjectsResponse
-
Packages that use ListObjectsResponse Package Description software.amazon.awssdk.services.backupstorage The frontend service for Cryo Storage.software.amazon.awssdk.services.backupstorage.paginators -
-
Uses of ListObjectsResponse in software.amazon.awssdk.services.backupstorage
Methods in software.amazon.awssdk.services.backupstorage that return ListObjectsResponse Modifier and Type Method Description default ListObjectsResponseBackupStorageClient. listObjects(Consumer<ListObjectsRequest.Builder> listObjectsRequest)List all Objects in a given Backup.default ListObjectsResponseBackupStorageClient. listObjects(ListObjectsRequest listObjectsRequest)List all Objects in a given Backup.Methods in software.amazon.awssdk.services.backupstorage that return types with arguments of type ListObjectsResponse Modifier and Type Method Description default CompletableFuture<ListObjectsResponse>BackupStorageAsyncClient. listObjects(Consumer<ListObjectsRequest.Builder> listObjectsRequest)List all Objects in a given Backup.default CompletableFuture<ListObjectsResponse>BackupStorageAsyncClient. listObjects(ListObjectsRequest listObjectsRequest)List all Objects in a given Backup. -
Uses of ListObjectsResponse in software.amazon.awssdk.services.backupstorage.paginators
Methods in software.amazon.awssdk.services.backupstorage.paginators that return types with arguments of type ListObjectsResponse Modifier and Type Method Description Iterator<ListObjectsResponse>ListObjectsIterable. iterator()Method parameters in software.amazon.awssdk.services.backupstorage.paginators with type arguments of type ListObjectsResponse Modifier and Type Method Description voidListObjectsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListObjectsResponse> subscriber)
-