Uses of Class
software.amazon.awssdk.services.s3.model.ListObjectsV2Request
Packages that use ListObjectsV2Request
Package
Description
-
Uses of ListObjectsV2Request in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type ListObjectsV2RequestModifier and TypeMethodDescriptionDelegatingS3AsyncClient.listObjectsV2(ListObjectsV2Request listObjectsV2Request) Returns some or all (up to 1,000) of the objects in a bucket with each request.DelegatingS3Client.listObjectsV2(ListObjectsV2Request listObjectsV2Request) Returns some or all (up to 1,000) of the objects in a bucket with each request.default CompletableFuture<ListObjectsV2Response>S3AsyncClient.listObjectsV2(ListObjectsV2Request listObjectsV2Request) Returns some or all (up to 1,000) of the objects in a bucket with each request.default ListObjectsV2ResponseS3Client.listObjectsV2(ListObjectsV2Request listObjectsV2Request) Returns some or all (up to 1,000) of the objects in a bucket with each request.default ListObjectsV2PublisherS3AsyncClient.listObjectsV2Paginator(ListObjectsV2Request listObjectsV2Request) This is a variant ofS3AsyncClient.listObjectsV2(software.amazon.awssdk.services.s3.model.ListObjectsV2Request)operation.default ListObjectsV2IterableS3Client.listObjectsV2Paginator(ListObjectsV2Request listObjectsV2Request) This is a variant ofS3Client.listObjectsV2(software.amazon.awssdk.services.s3.model.ListObjectsV2Request)operation. -
Uses of ListObjectsV2Request in software.amazon.awssdk.services.s3.paginators
Constructors in software.amazon.awssdk.services.s3.paginators with parameters of type ListObjectsV2RequestModifierConstructorDescriptionListObjectsV2Iterable(S3Client client, ListObjectsV2Request firstRequest) ListObjectsV2Publisher(S3AsyncClient client, ListObjectsV2Request firstRequest) -
Uses of ListObjectsV2Request in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type ListObjectsV2RequestModifier and TypeMethodDescriptionListObjectsV2RequestMarshaller.marshall(ListObjectsV2Request listObjectsV2Request)