Uses of Class
software.amazon.awssdk.services.s3.model.HeadObjectRequest
Packages that use HeadObjectRequest
Package
Description
-
Uses of HeadObjectRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type HeadObjectRequestModifier and TypeMethodDescriptionDelegatingS3AsyncClient.headObject(HeadObjectRequest headObjectRequest) TheHEADoperation retrieves metadata from an object without returning the object itself.DelegatingS3Client.headObject(HeadObjectRequest headObjectRequest) TheHEADoperation retrieves metadata from an object without returning the object itself.default CompletableFuture<HeadObjectResponse>S3AsyncClient.headObject(HeadObjectRequest headObjectRequest) TheHEADoperation retrieves metadata from an object without returning the object itself.default HeadObjectResponseS3Client.headObject(HeadObjectRequest headObjectRequest) TheHEADoperation retrieves metadata from an object without returning the object itself. -
Uses of HeadObjectRequest in software.amazon.awssdk.services.s3.internal.multipart
Methods in software.amazon.awssdk.services.s3.internal.multipart that return HeadObjectRequestModifier and TypeMethodDescriptionstatic HeadObjectRequestSdkPojoConversionUtils.toHeadObjectRequest(CopyObjectRequest copyObjectRequest) -
Uses of HeadObjectRequest in software.amazon.awssdk.services.s3.presigner.model
Methods in software.amazon.awssdk.services.s3.presigner.model that return HeadObjectRequestModifier and TypeMethodDescriptionHeadObjectPresignRequest.headObjectRequest()Retrieve theHeadObjectRequestthat should be presigned.Methods in software.amazon.awssdk.services.s3.presigner.model with parameters of type HeadObjectRequestModifier and TypeMethodDescriptionHeadObjectPresignRequest.Builder.headObjectRequest(HeadObjectRequest headObjectRequest) Configure theHeadObjectRequestthat should be presigned. -
Uses of HeadObjectRequest in software.amazon.awssdk.services.s3.transform
Methods in software.amazon.awssdk.services.s3.transform with parameters of type HeadObjectRequestModifier and TypeMethodDescriptionHeadObjectRequestMarshaller.marshall(HeadObjectRequest headObjectRequest) -
Uses of HeadObjectRequest in software.amazon.awssdk.services.s3.waiters
Methods in software.amazon.awssdk.services.s3.waiters with parameters of type HeadObjectRequestModifier and TypeMethodDescriptionS3AsyncWaiter.waitUntilObjectExists(HeadObjectRequest 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 stateS3AsyncWaiter.waitUntilObjectExists(HeadObjectRequest headObjectRequest, WaiterOverrideConfiguration 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 statedefault WaiterResponse<HeadObjectResponse>S3Waiter.waitUntilObjectExists(HeadObjectRequest 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 statedefault WaiterResponse<HeadObjectResponse>S3Waiter.waitUntilObjectExists(HeadObjectRequest headObjectRequest, WaiterOverrideConfiguration 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 stateS3AsyncWaiter.waitUntilObjectNotExists(HeadObjectRequest 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 stateS3AsyncWaiter.waitUntilObjectNotExists(HeadObjectRequest headObjectRequest, WaiterOverrideConfiguration 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 statedefault WaiterResponse<HeadObjectResponse>S3Waiter.waitUntilObjectNotExists(HeadObjectRequest 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 statedefault WaiterResponse<HeadObjectResponse>S3Waiter.waitUntilObjectNotExists(HeadObjectRequest headObjectRequest, WaiterOverrideConfiguration 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