Uses of Class
software.amazon.awssdk.services.s3.model.ListObjectsV2Request
-
Packages that use ListObjectsV2Request Package Description software.amazon.awssdk.services.s3 software.amazon.awssdk.services.s3.paginators software.amazon.awssdk.services.s3.transform -
-
Uses of ListObjectsV2Request in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type ListObjectsV2Request Modifier and Type Method Description CompletableFuture<ListObjectsV2Response>DelegatingS3AsyncClient. listObjectsV2(ListObjectsV2Request listObjectsV2Request)Returns some or all (up to 1,000) of the objects in a bucket with each request.ListObjectsV2ResponseDelegatingS3Client. 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 ListObjectsV2Request Constructor Description ListObjectsV2Iterable(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 ListObjectsV2Request Modifier and Type Method Description SdkHttpFullRequestListObjectsV2RequestMarshaller. marshall(ListObjectsV2Request listObjectsV2Request)
-