Uses of Interface
software.amazon.awssdk.services.s3.model.ListObjectsV2Request.Builder
Packages that use ListObjectsV2Request.Builder
-
Uses of ListObjectsV2Request.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type ListObjectsV2Request.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListObjectsV2Response>S3AsyncClient.listObjectsV2(Consumer<ListObjectsV2Request.Builder> listObjectsV2Request) Returns some or all (up to 1,000) of the objects in a bucket with each request.default ListObjectsV2ResponseS3Client.listObjectsV2(Consumer<ListObjectsV2Request.Builder> listObjectsV2Request) Returns some or all (up to 1,000) of the objects in a bucket with each request.default ListObjectsV2PublisherS3AsyncClient.listObjectsV2Paginator(Consumer<ListObjectsV2Request.Builder> listObjectsV2Request) This is a variant ofS3AsyncClient.listObjectsV2(software.amazon.awssdk.services.s3.model.ListObjectsV2Request)operation.default ListObjectsV2IterableS3Client.listObjectsV2Paginator(Consumer<ListObjectsV2Request.Builder> listObjectsV2Request) This is a variant ofS3Client.listObjectsV2(software.amazon.awssdk.services.s3.model.ListObjectsV2Request)operation. -
Uses of ListObjectsV2Request.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ListObjectsV2Request.BuilderModifier and TypeMethodDescriptionDirectory buckets - When you use this operation with a directory bucket, you must use virtual-hosted-style requests in the formatBucket-name.s3express-zone-id.region-code.amazonaws.com.static ListObjectsV2Request.BuilderListObjectsV2Request.builder()ListObjectsV2Request.Builder.continuationToken(String continuationToken) ContinuationTokenindicates to Amazon S3 that the list is being continued on this bucket with a token.A delimiter is a character that you use to group keys.ListObjectsV2Request.Builder.encodingType(String encodingType) Encoding type used by Amazon S3 to encode the object keys in the response.ListObjectsV2Request.Builder.encodingType(EncodingType encodingType) Encoding type used by Amazon S3 to encode the object keys in the response.ListObjectsV2Request.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.ListObjectsV2Request.Builder.fetchOwner(Boolean fetchOwner) The owner field is not present inListObjectsV2by default.Sets the maximum number of keys returned in the response.ListObjectsV2Request.Builder.optionalObjectAttributes(Collection<OptionalObjectAttributes> optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectsV2Request.Builder.optionalObjectAttributes(OptionalObjectAttributes... optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectsV2Request.Builder.optionalObjectAttributesWithStrings(String... optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectsV2Request.Builder.optionalObjectAttributesWithStrings(Collection<String> optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectsV2Request.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListObjectsV2Request.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Limits the response to keys that begin with the specified prefix.ListObjectsV2Request.Builder.requestPayer(String requestPayer) Confirms that the requester knows that she or he will be charged for the list objects request in V2 style.ListObjectsV2Request.Builder.requestPayer(RequestPayer requestPayer) Confirms that the requester knows that she or he will be charged for the list objects request in V2 style.ListObjectsV2Request.Builder.startAfter(String startAfter) StartAfter is where you want Amazon S3 to start listing from.ListObjectsV2Request.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ListObjectsV2Request.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListObjectsV2Request.Builder>ListObjectsV2Request.serializableBuilderClass()