Uses of Class
software.amazon.awssdk.services.s3.model.GetObjectAttributesResponse
Packages that use GetObjectAttributesResponse
-
Uses of GetObjectAttributesResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetObjectAttributesResponseModifier and TypeMethodDescriptionDelegatingS3Client.getObjectAttributes(GetObjectAttributesRequest 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.default GetObjectAttributesResponseS3Client.getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest) Retrieves all of the metadata from an object without returning the object itself.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetObjectAttributesResponseModifier and TypeMethodDescriptionDelegatingS3AsyncClient.getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest) Retrieves all of the metadata from an object without returning the object itself.S3AsyncClient.getObjectAttributes(Consumer<GetObjectAttributesRequest.Builder> getObjectAttributesRequest) Retrieves all of the metadata from an object without returning the object itself.S3AsyncClient.getObjectAttributes(GetObjectAttributesRequest getObjectAttributesRequest) Retrieves all of the metadata from an object without returning the object itself.