Uses of Interface
software.amazon.awssdk.services.s3.model.GetObjectAttributesRequest.Builder
Packages that use GetObjectAttributesRequest.Builder
-
Uses of GetObjectAttributesRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type GetObjectAttributesRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.getObjectAttributes(Consumer<GetObjectAttributesRequest.Builder> getObjectAttributesRequest) Retrieves all of the metadata from an object without returning the object itself.default GetObjectAttributesResponseS3Client.getObjectAttributes(Consumer<GetObjectAttributesRequest.Builder> getObjectAttributesRequest) Retrieves all of the metadata from an object without returning the object itself. -
Uses of GetObjectAttributesRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return GetObjectAttributesRequest.BuilderModifier and TypeMethodDescriptionThe name of the bucket that contains the object.GetObjectAttributesRequest.builder()GetObjectAttributesRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.The object key.Sets the maximum number of parts to return.GetObjectAttributesRequest.Builder.objectAttributes(Collection<ObjectAttributes> objectAttributes) Specifies the fields at the root level that you want returned in the response.GetObjectAttributesRequest.Builder.objectAttributes(ObjectAttributes... objectAttributes) Specifies the fields at the root level that you want returned in the response.GetObjectAttributesRequest.Builder.objectAttributesWithStrings(String... objectAttributes) Specifies the fields at the root level that you want returned in the response.GetObjectAttributesRequest.Builder.objectAttributesWithStrings(Collection<String> objectAttributes) Specifies the fields at the root level that you want returned in the response.GetObjectAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetObjectAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetObjectAttributesRequest.Builder.partNumberMarker(Integer partNumberMarker) Specifies the part after which listing should begin.GetObjectAttributesRequest.Builder.requestPayer(String requestPayer) Sets the value of the RequestPayer property for this object.GetObjectAttributesRequest.Builder.requestPayer(RequestPayer requestPayer) Sets the value of the RequestPayer property for this object.GetObjectAttributesRequest.Builder.sseCustomerAlgorithm(String sseCustomerAlgorithm) Specifies the algorithm to use when encrypting the object (for example, AES256).GetObjectAttributesRequest.Builder.sseCustomerKey(String sseCustomerKey) Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.GetObjectAttributesRequest.Builder.sseCustomerKeyMD5(String sseCustomerKeyMD5) Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.GetObjectAttributesRequest.toBuilder()The version ID used to reference a specific version of the object.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type GetObjectAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetObjectAttributesRequest.Builder>GetObjectAttributesRequest.serializableBuilderClass()