Uses of Interface
software.amazon.awssdk.services.s3.model.DeleteObjectAnnotationRequest.Builder
Packages that use DeleteObjectAnnotationRequest.Builder
-
Uses of DeleteObjectAnnotationRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type DeleteObjectAnnotationRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.deleteObjectAnnotation(Consumer<DeleteObjectAnnotationRequest.Builder> deleteObjectAnnotationRequest) Deletes a specific annotation from an Amazon S3 object.default DeleteObjectAnnotationResponseS3Client.deleteObjectAnnotation(Consumer<DeleteObjectAnnotationRequest.Builder> deleteObjectAnnotationRequest) Deletes a specific annotation from an Amazon S3 object. -
Uses of DeleteObjectAnnotationRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return DeleteObjectAnnotationRequest.BuilderModifier and TypeMethodDescriptionDeleteObjectAnnotationRequest.Builder.annotationName(String annotationName) The name of the annotation to delete.The name of the bucket that contains the object.DeleteObjectAnnotationRequest.builder()DeleteObjectAnnotationRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.The object key.DeleteObjectAnnotationRequest.Builder.objectIfMatch(String objectIfMatch) If specified, the operation only succeeds if the object's ETag matches the provided value.DeleteObjectAnnotationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteObjectAnnotationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteObjectAnnotationRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.DeleteObjectAnnotationRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.DeleteObjectAnnotationRequest.toBuilder()The version ID of the object.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type DeleteObjectAnnotationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteObjectAnnotationRequest.Builder>DeleteObjectAnnotationRequest.serializableBuilderClass()