Uses of Class
software.amazon.awssdk.services.s3.model.HeadObjectRequest
-
-
Uses of HeadObjectRequest in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with parameters of type HeadObjectRequest Modifier and Type Method Description CompletableFuture<HeadObjectResponse>DelegatingS3AsyncClient. headObject(HeadObjectRequest headObjectRequest)TheHEADoperation retrieves metadata from an object without returning the object itself.HeadObjectResponseDelegatingS3Client. 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 HeadObjectRequest Modifier and Type Method Description static 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 HeadObjectRequest Modifier and Type Method Description HeadObjectRequestHeadObjectPresignRequest. headObjectRequest()Retrieve theHeadObjectRequestthat should be presigned.Methods in software.amazon.awssdk.services.s3.presigner.model with parameters of type HeadObjectRequest Modifier and Type Method Description HeadObjectPresignRequest.BuilderHeadObjectPresignRequest.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 HeadObjectRequest Modifier and Type Method Description SdkHttpFullRequestHeadObjectRequestMarshaller. 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 HeadObjectRequest Modifier and Type Method Description default CompletableFuture<WaiterResponse<HeadObjectResponse>>S3AsyncWaiter. 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 statedefault CompletableFuture<WaiterResponse<HeadObjectResponse>>S3AsyncWaiter. 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 statedefault CompletableFuture<WaiterResponse<HeadObjectResponse>>S3AsyncWaiter. 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 statedefault CompletableFuture<WaiterResponse<HeadObjectResponse>>S3AsyncWaiter. 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
-