Uses of Interface
software.amazon.awssdk.services.s3.model.PutObjectAnnotationRequest.Builder
Packages that use PutObjectAnnotationRequest.Builder
-
Uses of PutObjectAnnotationRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type PutObjectAnnotationRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.putObjectAnnotation(Consumer<PutObjectAnnotationRequest.Builder> putObjectAnnotationRequest, Path sourcePath) Attaches an annotation to an Amazon S3 object.S3AsyncClient.putObjectAnnotation(Consumer<PutObjectAnnotationRequest.Builder> putObjectAnnotationRequest, AsyncRequestBody requestBody) Attaches an annotation to an Amazon S3 object.default PutObjectAnnotationResponseS3Client.putObjectAnnotation(Consumer<PutObjectAnnotationRequest.Builder> putObjectAnnotationRequest, Path sourcePath) Attaches an annotation to an Amazon S3 object.default PutObjectAnnotationResponseS3Client.putObjectAnnotation(Consumer<PutObjectAnnotationRequest.Builder> putObjectAnnotationRequest, RequestBody requestBody) Attaches an annotation to an Amazon S3 object. -
Uses of PutObjectAnnotationRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PutObjectAnnotationRequest.BuilderModifier and TypeMethodDescriptionPutObjectAnnotationRequest.Builder.annotationName(String annotationName) The name of the annotation.The name of the bucket that contains the object.PutObjectAnnotationRequest.builder()PutObjectAnnotationRequest.Builder.checksumAlgorithm(String checksumAlgorithm) The checksum algorithm to use.PutObjectAnnotationRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The checksum algorithm to use.PutObjectAnnotationRequest.Builder.checksumCRC32(String checksumCRC32) Base64-encoded CRC32 checksum of the annotation payload.PutObjectAnnotationRequest.Builder.checksumCRC32C(String checksumCRC32C) Base64-encoded CRC32C checksum of the annotation payload.PutObjectAnnotationRequest.Builder.checksumCRC64NVME(String checksumCRC64NVME) Base64-encoded CRC64NVME checksum of the annotation payload.PutObjectAnnotationRequest.Builder.checksumMD5(String checksumMD5) Base64-encoded MD5 checksum of the annotation payload.PutObjectAnnotationRequest.Builder.checksumSHA1(String checksumSHA1) Base64-encoded SHA1 checksum of the annotation payload.PutObjectAnnotationRequest.Builder.checksumSHA256(String checksumSHA256) Base64-encoded SHA256 checksum of the annotation payload.PutObjectAnnotationRequest.Builder.checksumSHA512(String checksumSHA512) Base64-encoded SHA512 checksum of the annotation payload.PutObjectAnnotationRequest.Builder.checksumXXHASH128(String checksumXXHASH128) Base64-encoded XXHASH128 checksum of the annotation payload.PutObjectAnnotationRequest.Builder.checksumXXHASH3(String checksumXXHASH3) Base64-encoded XXHASH3 checksum of the annotation payload.PutObjectAnnotationRequest.Builder.checksumXXHASH64(String checksumXXHASH64) Base64-encoded XXHASH64 checksum of the annotation payload.PutObjectAnnotationRequest.Builder.contentMD5(String contentMD5) Base64-encoded MD5 digest of the message.PutObjectAnnotationRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.The object key.PutObjectAnnotationRequest.Builder.objectIfMatch(String objectIfMatch) If specified, the operation only succeeds if the object's ETag matches the provided value.PutObjectAnnotationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutObjectAnnotationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutObjectAnnotationRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.PutObjectAnnotationRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.PutObjectAnnotationRequest.toBuilder()The version ID of the object to attach the annotation to.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PutObjectAnnotationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutObjectAnnotationRequest.Builder>PutObjectAnnotationRequest.serializableBuilderClass()