Uses of Interface
software.amazon.awssdk.services.s3.model.ListPartsRequest.Builder
Packages that use ListPartsRequest.Builder
-
Uses of ListPartsRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type ListPartsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListPartsResponse>S3AsyncClient.listParts(Consumer<ListPartsRequest.Builder> listPartsRequest) Lists the parts that have been uploaded for a specific multipart upload.default ListPartsResponseS3Client.listParts(Consumer<ListPartsRequest.Builder> listPartsRequest) Lists the parts that have been uploaded for a specific multipart upload.default ListPartsPublisherS3AsyncClient.listPartsPaginator(Consumer<ListPartsRequest.Builder> listPartsRequest) This is a variant ofS3AsyncClient.listParts(software.amazon.awssdk.services.s3.model.ListPartsRequest)operation.default ListPartsIterableS3Client.listPartsPaginator(Consumer<ListPartsRequest.Builder> listPartsRequest) This is a variant ofS3Client.listParts(software.amazon.awssdk.services.s3.model.ListPartsRequest)operation. -
Uses of ListPartsRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ListPartsRequest.BuilderModifier and TypeMethodDescriptionThe name of the bucket to which the parts are being uploaded.static ListPartsRequest.BuilderListPartsRequest.builder()ListPartsRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.Object key for which the multipart upload was initiated.Sets the maximum number of parts to return.ListPartsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListPartsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListPartsRequest.Builder.partNumberMarker(Integer partNumberMarker) Specifies the part after which listing should begin.ListPartsRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.ListPartsRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.ListPartsRequest.Builder.sseCustomerAlgorithm(String sseCustomerAlgorithm) The server-side encryption (SSE) algorithm used to encrypt the object.ListPartsRequest.Builder.sseCustomerKey(String sseCustomerKey) The server-side encryption (SSE) customer managed key.ListPartsRequest.Builder.sseCustomerKeyMD5(String sseCustomerKeyMD5) The MD5 server-side encryption (SSE) customer managed key.ListPartsRequest.toBuilder()Upload ID identifying the multipart upload whose parts are being listed.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ListPartsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListPartsRequest.Builder>ListPartsRequest.serializableBuilderClass()