Uses of Interface
software.amazon.awssdk.services.s3.model.HeadObjectRequest.Builder
Packages that use HeadObjectRequest.Builder
Package
Description
-
Uses of HeadObjectRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type HeadObjectRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<HeadObjectResponse>S3AsyncClient.headObject(Consumer<HeadObjectRequest.Builder> headObjectRequest) TheHEADoperation retrieves metadata from an object without returning the object itself.default HeadObjectResponseS3Client.headObject(Consumer<HeadObjectRequest.Builder> headObjectRequest) TheHEADoperation retrieves metadata from an object without returning the object itself. -
Uses of HeadObjectRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return HeadObjectRequest.BuilderModifier and TypeMethodDescriptionThe name of the bucket that contains the object.static HeadObjectRequest.BuilderHeadObjectRequest.builder()HeadObjectRequest.Builder.checksumMode(String checksumMode) To retrieve the checksum, this parameter must be enabled.HeadObjectRequest.Builder.checksumMode(ChecksumMode checksumMode) To retrieve the checksum, this parameter must be enabled.HeadObjectRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.Return the object only if its entity tag (ETag) is the same as the one specified; otherwise, return a 412 (precondition failed) error.HeadObjectRequest.Builder.ifModifiedSince(Instant ifModifiedSince) Return the object only if it has been modified since the specified time; otherwise, return a 304 (not modified) error.HeadObjectRequest.Builder.ifNoneMatch(String ifNoneMatch) Return the object only if its entity tag (ETag) is different from the one specified; otherwise, return a 304 (not modified) error.HeadObjectRequest.Builder.ifUnmodifiedSince(Instant ifUnmodifiedSince) Return the object only if it has not been modified since the specified time; otherwise, return a 412 (precondition failed) error.The object key.HeadObjectRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) HeadObjectRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) HeadObjectRequest.Builder.partNumber(Integer partNumber) Part number of the object being read.HeadObject returns only the metadata for an object.HeadObjectRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.HeadObjectRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.HeadObjectRequest.Builder.responseCacheControl(String responseCacheControl) Sets theCache-Controlheader of the response.HeadObjectRequest.Builder.responseContentDisposition(String responseContentDisposition) Sets theContent-Dispositionheader of the response.HeadObjectRequest.Builder.responseContentEncoding(String responseContentEncoding) Sets theContent-Encodingheader of the response.HeadObjectRequest.Builder.responseContentLanguage(String responseContentLanguage) Sets theContent-Languageheader of the response.HeadObjectRequest.Builder.responseContentType(String responseContentType) Sets theContent-Typeheader of the response.HeadObjectRequest.Builder.responseExpires(Instant responseExpires) Sets theExpiresheader of the response.HeadObjectRequest.Builder.sseCustomerAlgorithm(String sseCustomerAlgorithm) Specifies the algorithm to use when encrypting the object (for example, AES256).HeadObjectRequest.Builder.sseCustomerKey(String sseCustomerKey) Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.HeadObjectRequest.Builder.sseCustomerKeyMD5(String sseCustomerKeyMD5) Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.HeadObjectRequest.toBuilder()Version ID used to reference a specific version of the object.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type HeadObjectRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HeadObjectRequest.Builder>HeadObjectRequest.serializableBuilderClass() -
Uses of HeadObjectRequest.Builder in software.amazon.awssdk.services.s3.presigner.model
Method parameters in software.amazon.awssdk.services.s3.presigner.model with type arguments of type HeadObjectRequest.BuilderModifier and TypeMethodDescriptiondefault HeadObjectPresignRequest.BuilderHeadObjectPresignRequest.Builder.headObjectRequest(Consumer<HeadObjectRequest.Builder> headObjectRequest) Configure theHeadObjectRequestthat should be presigned. -
Uses of HeadObjectRequest.Builder in software.amazon.awssdk.services.s3.waiters
Method parameters in software.amazon.awssdk.services.s3.waiters with type arguments of type HeadObjectRequest.BuilderModifier and TypeMethodDescriptionS3AsyncWaiter.waitUntilObjectExists(Consumer<HeadObjectRequest.Builder> headObjectRequest) PollsS3AsyncClient.headObject(software.amazon.awssdk.services.s3.model.HeadObjectRequest)API until the desired conditionObjectExistsis met, or until it is determined that the resource will never enter into the desired state.S3AsyncWaiter.waitUntilObjectExists(Consumer<HeadObjectRequest.Builder> headObjectRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsS3AsyncClient.headObject(software.amazon.awssdk.services.s3.model.HeadObjectRequest)API until the desired conditionObjectExistsis met, or until it is determined that the resource will never enter into the desired state.default WaiterResponse<HeadObjectResponse>S3Waiter.waitUntilObjectExists(Consumer<HeadObjectRequest.Builder> headObjectRequest) PollsS3Client.headObject(software.amazon.awssdk.services.s3.model.HeadObjectRequest)API until the desired conditionObjectExistsis met, or until it is determined that the resource will never enter into the desired state.default WaiterResponse<HeadObjectResponse>S3Waiter.waitUntilObjectExists(Consumer<HeadObjectRequest.Builder> headObjectRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsS3Client.headObject(software.amazon.awssdk.services.s3.model.HeadObjectRequest)API until the desired conditionObjectExistsis met, or until it is determined that the resource will never enter into the desired state.S3AsyncWaiter.waitUntilObjectNotExists(Consumer<HeadObjectRequest.Builder> headObjectRequest) PollsS3AsyncClient.headObject(software.amazon.awssdk.services.s3.model.HeadObjectRequest)API until the desired conditionObjectNotExistsis met, or until it is determined that the resource will never enter into the desired state.S3AsyncWaiter.waitUntilObjectNotExists(Consumer<HeadObjectRequest.Builder> headObjectRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsS3AsyncClient.headObject(software.amazon.awssdk.services.s3.model.HeadObjectRequest)API until the desired conditionObjectNotExistsis met, or until it is determined that the resource will never enter into the desired state.default WaiterResponse<HeadObjectResponse>S3Waiter.waitUntilObjectNotExists(Consumer<HeadObjectRequest.Builder> headObjectRequest) PollsS3Client.headObject(software.amazon.awssdk.services.s3.model.HeadObjectRequest)API until the desired conditionObjectNotExistsis met, or until it is determined that the resource will never enter into the desired state.default WaiterResponse<HeadObjectResponse>S3Waiter.waitUntilObjectNotExists(Consumer<HeadObjectRequest.Builder> headObjectRequest, Consumer<WaiterOverrideConfiguration.Builder> overrideConfig) PollsS3Client.headObject(software.amazon.awssdk.services.s3.model.HeadObjectRequest)API until the desired conditionObjectNotExistsis met, or until it is determined that the resource will never enter into the desired state.