Uses of Class
software.amazon.awssdk.services.glacier.model.ListPartsResponse
-
Packages that use ListPartsResponse Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data."software.amazon.awssdk.services.glacier.paginators -
-
Uses of ListPartsResponse in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return ListPartsResponse Modifier and Type Method Description default ListPartsResponseGlacierClient. listParts(Consumer<ListPartsRequest.Builder> listPartsRequest)This operation lists the parts of an archive that have been uploaded in a specific multipart upload.default ListPartsResponseGlacierClient. listParts(ListPartsRequest listPartsRequest)This operation lists the parts of an archive that have been uploaded in a specific multipart upload.Methods in software.amazon.awssdk.services.glacier that return types with arguments of type ListPartsResponse Modifier and Type Method Description default CompletableFuture<ListPartsResponse>GlacierAsyncClient. listParts(Consumer<ListPartsRequest.Builder> listPartsRequest)This operation lists the parts of an archive that have been uploaded in a specific multipart upload.default CompletableFuture<ListPartsResponse>GlacierAsyncClient. listParts(ListPartsRequest listPartsRequest)This operation lists the parts of an archive that have been uploaded in a specific multipart upload. -
Uses of ListPartsResponse in software.amazon.awssdk.services.glacier.paginators
Methods in software.amazon.awssdk.services.glacier.paginators that return types with arguments of type ListPartsResponse Modifier and Type Method Description Iterator<ListPartsResponse>ListPartsIterable. iterator()Method parameters in software.amazon.awssdk.services.glacier.paginators with type arguments of type ListPartsResponse Modifier and Type Method Description voidListPartsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPartsResponse> subscriber)
-