Uses of Class
software.amazon.awssdk.services.glacier.paginators.ListPartsPublisher
-
Packages that use ListPartsPublisher Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of ListPartsPublisher in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return ListPartsPublisher Modifier and Type Method Description default ListPartsPublisherGlacierAsyncClient. listPartsPaginator(Consumer<ListPartsRequest.Builder> listPartsRequest)This is a variant ofGlacierAsyncClient.listParts(software.amazon.awssdk.services.glacier.model.ListPartsRequest)operation.default ListPartsPublisherGlacierAsyncClient. listPartsPaginator(ListPartsRequest listPartsRequest)This is a variant ofGlacierAsyncClient.listParts(software.amazon.awssdk.services.glacier.model.ListPartsRequest)operation.
-