Uses of Class
software.amazon.awssdk.services.glacier.model.ListPartsRequest
-
Packages that use ListPartsRequest Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data."software.amazon.awssdk.services.glacier.paginators software.amazon.awssdk.services.glacier.transform -
-
Uses of ListPartsRequest in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier with parameters of type ListPartsRequest Modifier and Type Method Description default CompletableFuture<ListPartsResponse>GlacierAsyncClient. listParts(ListPartsRequest 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.default ListPartsPublisherGlacierAsyncClient. listPartsPaginator(ListPartsRequest 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. -
Uses of ListPartsRequest in software.amazon.awssdk.services.glacier.paginators
Constructors in software.amazon.awssdk.services.glacier.paginators with parameters of type ListPartsRequest Constructor Description ListPartsIterable(GlacierClient client, ListPartsRequest firstRequest)ListPartsPublisher(GlacierAsyncClient client, ListPartsRequest firstRequest) -
Uses of ListPartsRequest in software.amazon.awssdk.services.glacier.transform
Methods in software.amazon.awssdk.services.glacier.transform with parameters of type ListPartsRequest Modifier and Type Method Description SdkHttpFullRequestListPartsRequestMarshaller. marshall(ListPartsRequest listPartsRequest)
-