Uses of Class
software.amazon.awssdk.services.glacier.paginators.ListPartsIterable
-
Packages that use ListPartsIterable Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of ListPartsIterable in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return ListPartsIterable Modifier and Type Method Description default ListPartsIterableGlacierClient. listPartsPaginator(Consumer<ListPartsRequest.Builder> listPartsRequest)This operation lists the parts of an archive that have been uploaded in a specific multipart upload.default ListPartsIterableGlacierClient. listPartsPaginator(ListPartsRequest listPartsRequest)This operation lists the parts of an archive that have been uploaded in a specific multipart upload.
-