Uses of Interface
software.amazon.awssdk.services.s3.model.ListObjectVersionsRequest.Builder
Packages that use ListObjectVersionsRequest.Builder
-
Uses of ListObjectVersionsRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type ListObjectVersionsRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.listObjectVersions(Consumer<ListObjectVersionsRequest.Builder> listObjectVersionsRequest) default ListObjectVersionsResponseS3Client.listObjectVersions(Consumer<ListObjectVersionsRequest.Builder> listObjectVersionsRequest) default ListObjectVersionsPublisherS3AsyncClient.listObjectVersionsPaginator(Consumer<ListObjectVersionsRequest.Builder> listObjectVersionsRequest) This is a variant ofS3AsyncClient.listObjectVersions(software.amazon.awssdk.services.s3.model.ListObjectVersionsRequest)operation.default ListObjectVersionsIterableS3Client.listObjectVersionsPaginator(Consumer<ListObjectVersionsRequest.Builder> listObjectVersionsRequest) This is a variant ofS3Client.listObjectVersions(software.amazon.awssdk.services.s3.model.ListObjectVersionsRequest)operation. -
Uses of ListObjectVersionsRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ListObjectVersionsRequest.BuilderModifier and TypeMethodDescriptionThe bucket name that contains the objects.ListObjectVersionsRequest.builder()A delimiter is a character that you specify to group keys.ListObjectVersionsRequest.Builder.encodingType(String encodingType) Sets the value of the EncodingType property for this object.ListObjectVersionsRequest.Builder.encodingType(EncodingType encodingType) Sets the value of the EncodingType property for this object.ListObjectVersionsRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.Specifies the key to start with when listing objects in a bucket.Sets the maximum number of keys returned in the response.ListObjectVersionsRequest.Builder.optionalObjectAttributes(Collection<OptionalObjectAttributes> optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectVersionsRequest.Builder.optionalObjectAttributes(OptionalObjectAttributes... optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectVersionsRequest.Builder.optionalObjectAttributesWithStrings(String... optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectVersionsRequest.Builder.optionalObjectAttributesWithStrings(Collection<String> optionalObjectAttributes) Specifies the optional fields that you want returned in the response.ListObjectVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListObjectVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Use this parameter to select only those keys that begin with the specified prefix.ListObjectVersionsRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.ListObjectVersionsRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.ListObjectVersionsRequest.toBuilder()ListObjectVersionsRequest.Builder.versionIdMarker(String versionIdMarker) Specifies the object version you want to start listing from.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ListObjectVersionsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListObjectVersionsRequest.Builder>ListObjectVersionsRequest.serializableBuilderClass()