Uses of Interface
software.amazon.awssdk.services.s3.model.HeadObjectRequest.Builder
-
-
Uses of HeadObjectRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type HeadObjectRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description HeadObjectRequest.BuilderHeadObjectRequest.Builder. bucket(String bucket)The name of the bucket that contains the object.static HeadObjectRequest.BuilderHeadObjectRequest. builder()HeadObjectRequest.BuilderHeadObjectRequest.Builder. checksumMode(String checksumMode)To retrieve the checksum, this parameter must be enabled.HeadObjectRequest.BuilderHeadObjectRequest.Builder. checksumMode(ChecksumMode checksumMode)To retrieve the checksum, this parameter must be enabled.HeadObjectRequest.BuilderHeadObjectRequest.Builder. expectedBucketOwner(String expectedBucketOwner)The account ID of the expected bucket owner.HeadObjectRequest.BuilderHeadObjectRequest.Builder. ifMatch(String ifMatch)Return the object only if its entity tag (ETag) is the same as the one specified; otherwise, return a 412 (precondition failed) error.HeadObjectRequest.BuilderHeadObjectRequest.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.BuilderHeadObjectRequest.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.BuilderHeadObjectRequest.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.HeadObjectRequest.BuilderHeadObjectRequest.Builder. key(String key)The object key.HeadObjectRequest.BuilderHeadObjectRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)HeadObjectRequest.BuilderHeadObjectRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)HeadObjectRequest.BuilderHeadObjectRequest.Builder. partNumber(Integer partNumber)Part number of the object being read.HeadObjectRequest.BuilderHeadObjectRequest.Builder. range(String range)HeadObject returns only the metadata for an object.HeadObjectRequest.BuilderHeadObjectRequest.Builder. requestPayer(String requestPayer)Sets the value of the RequestPayer property for this object.HeadObjectRequest.BuilderHeadObjectRequest.Builder. requestPayer(RequestPayer requestPayer)Sets the value of the RequestPayer property for this object.HeadObjectRequest.BuilderHeadObjectRequest.Builder. responseCacheControl(String responseCacheControl)Sets theCache-Controlheader of the response.HeadObjectRequest.BuilderHeadObjectRequest.Builder. responseContentDisposition(String responseContentDisposition)Sets theContent-Dispositionheader of the response.HeadObjectRequest.BuilderHeadObjectRequest.Builder. responseContentEncoding(String responseContentEncoding)Sets theContent-Encodingheader of the response.HeadObjectRequest.BuilderHeadObjectRequest.Builder. responseContentLanguage(String responseContentLanguage)Sets theContent-Languageheader of the response.HeadObjectRequest.BuilderHeadObjectRequest.Builder. responseContentType(String responseContentType)Sets theContent-Typeheader of the response.HeadObjectRequest.BuilderHeadObjectRequest.Builder. responseExpires(Instant responseExpires)Sets theExpiresheader of the response.HeadObjectRequest.BuilderHeadObjectRequest.Builder. sseCustomerAlgorithm(String sseCustomerAlgorithm)Specifies the algorithm to use when encrypting the object (for example, AES256).HeadObjectRequest.BuilderHeadObjectRequest.Builder. sseCustomerKey(String sseCustomerKey)Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.HeadObjectRequest.BuilderHeadObjectRequest.Builder. sseCustomerKeyMD5(String sseCustomerKeyMD5)Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.HeadObjectRequest.BuilderHeadObjectRequest. toBuilder()HeadObjectRequest.BuilderHeadObjectRequest.Builder. versionId(String versionId)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.Builder Modifier and Type Method Description static 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.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description default CompletableFuture<WaiterResponse<HeadObjectResponse>>S3AsyncWaiter. 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.default CompletableFuture<WaiterResponse<HeadObjectResponse>>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.default CompletableFuture<WaiterResponse<HeadObjectResponse>>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.default CompletableFuture<WaiterResponse<HeadObjectResponse>>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.
-