Uses of Interface
software.amazon.awssdk.services.s3.model.ListObjectsRequest.Builder
Packages that use ListObjectsRequest.Builder
-
Uses of ListObjectsRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type ListObjectsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListObjectsResponse>S3AsyncClient.listObjects(Consumer<ListObjectsRequest.Builder> listObjectsRequest) default ListObjectsResponseS3Client.listObjects(Consumer<ListObjectsRequest.Builder> listObjectsRequest) -
Uses of ListObjectsRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ListObjectsRequest.BuilderModifier and TypeMethodDescriptionThe name of the bucket containing the objects.static ListObjectsRequest.BuilderListObjectsRequest.builder()A delimiter is a character that you use to group keys.ListObjectsRequest.Builder.encodingType(String encodingType) Sets the value of the EncodingType property for this object.ListObjectsRequest.Builder.encodingType(EncodingType encodingType) Sets the value of the EncodingType property for this object.ListObjectsRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.Marker is where you want Amazon S3 to start listing from.Sets the maximum number of keys returned in the response.ListObjectsRequest.Builder.optionalObjectAttributes(Collection<OptionalObjectAttributes> optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectsRequest.Builder.optionalObjectAttributes(OptionalObjectAttributes... optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectsRequest.Builder.optionalObjectAttributesWithStrings(String... optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectsRequest.Builder.optionalObjectAttributesWithStrings(Collection<String> optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListObjectsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Limits the response to keys that begin with the specified prefix.ListObjectsRequest.Builder.requestPayer(String requestPayer) Confirms that the requester knows that she or he will be charged for the list objects request.ListObjectsRequest.Builder.requestPayer(RequestPayer requestPayer) Confirms that the requester knows that she or he will be charged for the list objects request.ListObjectsRequest.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ListObjectsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListObjectsRequest.Builder>ListObjectsRequest.serializableBuilderClass()