Uses of Interface
software.amazon.awssdk.services.s3.model.GetObjectAnnotationRequest.Builder
Packages that use GetObjectAnnotationRequest.Builder
-
Uses of GetObjectAnnotationRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type GetObjectAnnotationRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.getObjectAnnotation(Consumer<GetObjectAnnotationRequest.Builder> getObjectAnnotationRequest, Path destinationPath) Retrieves an annotation from an Amazon S3 object.default <ReturnT> CompletableFuture<ReturnT>S3AsyncClient.getObjectAnnotation(Consumer<GetObjectAnnotationRequest.Builder> getObjectAnnotationRequest, AsyncResponseTransformer<GetObjectAnnotationResponse, ReturnT> asyncResponseTransformer) Retrieves an annotation from an Amazon S3 object.S3Client.getObjectAnnotation(Consumer<GetObjectAnnotationRequest.Builder> getObjectAnnotationRequest) Retrieves an annotation from an Amazon S3 object.default GetObjectAnnotationResponseS3Client.getObjectAnnotation(Consumer<GetObjectAnnotationRequest.Builder> getObjectAnnotationRequest, Path destinationPath) Retrieves an annotation from an Amazon S3 object.default <ReturnT> ReturnTS3Client.getObjectAnnotation(Consumer<GetObjectAnnotationRequest.Builder> getObjectAnnotationRequest, ResponseTransformer<GetObjectAnnotationResponse, ReturnT> responseTransformer) Retrieves an annotation from an Amazon S3 object.default ResponseBytes<GetObjectAnnotationResponse>S3Client.getObjectAnnotationAsBytes(Consumer<GetObjectAnnotationRequest.Builder> getObjectAnnotationRequest) Retrieves an annotation from an Amazon S3 object. -
Uses of GetObjectAnnotationRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetObjectAnnotationRequest.BuilderModifier and TypeMethodDescriptionGetObjectAnnotationRequest.Builder.annotationName(String annotationName) The name of the annotation to retrieve.The name of the bucket that contains the object.GetObjectAnnotationRequest.builder()GetObjectAnnotationRequest.Builder.checksumMode(String checksumMode) Set toENABLEDto validate the checksum of the annotation payload on retrieval.GetObjectAnnotationRequest.Builder.checksumMode(ChecksumMode checksumMode) Set toENABLEDto validate the checksum of the annotation payload on retrieval.GetObjectAnnotationRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.The object key.GetObjectAnnotationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetObjectAnnotationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetObjectAnnotationRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.GetObjectAnnotationRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.GetObjectAnnotationRequest.toBuilder()The version ID of the object.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type GetObjectAnnotationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetObjectAnnotationRequest.Builder>GetObjectAnnotationRequest.serializableBuilderClass()